Question: USE PYTHON, ANSWER QUESTION WITH CODE AND SHOW OUTPUT THIS IS THE Grades.txt FILE NEEDED, JUST COPY AND PASTE INTO A TEXT FILE AND TEST
USE PYTHON, ANSWER QUESTION WITH CODE AND SHOW OUTPUT

THIS IS THE "Grades.txt" FILE NEEDED, JUST COPY AND PASTE INTO A TEXT FILE AND TEST CODE WITH THIS
{ "John Smith":78.3, "Jose Rodriguez":91.2, "Susan Miller":87.9, "Rahul Brahim":86.2, "Amy Lee": 96.1 }
5) Create a grades program that does the following ( 25 points): a. Allows a user to create a student name and grade b. Allows a user to ask for a grade, given the full name of the student c. Allows a user to edit a grade d. Allows a user to delete a grade e. Reads/writes to grades.txt to store grade data persistently in JSON format f. Stores grades in memory data as a dictionary and updates grades.txt with any changes g. Loads grade data from grades.txt into dictionary on program start-up
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
