Dictionaries are used to store data values in key: value pairs.
This Python script demonstrates how to use dictionaries to assign grades to students based on their scores. Each student's score is evaluated and assigned a grade according to predefined criteria.
Run the script. Input the scores of students. The script will assign grades to each student based on their scores. View the grades assigned to each student.
Input scores of students. Assign grades based on score ranges. Display grades for each student.
Python 3.x Repository Contents grades.py: Python script containing the code to assign grades. README.md: Readme file providing information about the script and its usage.
Clone the repository to your local machine. Navigate to the repository directory. Run the grades.py script using Python.
bash python grades.py
Author Sneha D