due: Thur, April 24, 8pm
Review the class notes for this week.
Please note: We have a reading to prepare for discussion this week. Check the schedule page (under week 13).
Modify your guessing game from last week to add a "high score list"? When the game ends, attempt to load a JSON file with a high score data structure, or if it does not exist, create one. Add the user's name and score (number of guesses) to the data structure and print it. Then save the modified score list to a JSON file.