For this assignment, you will write a Python program that uses a file named scores.txt to store sets of bowling scores for different dates.
scores.txt should store the data so that each line has a month, day, and the scores the user earned on that date. As an example, scores.txt might look something like this:
January 15 200 300 126 200 250April 20 125 100 May 17 300 100 215
The very first time your program starts, scores.txt should not exist (i.e. create it with Python code the first time the program runs).
In your main function, continuously give the user the following five options:
Perform the following error handling as well (for example, if the user tries to view scores before scores.txt exists, the program should not crash!)
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here