Project: Score Logger
Practice writing and appending scores to a text file to create a persistent score logger using Python file handling.
We'll cover the following...
We'll cover the following...
Task
Create a program that allows users to enter their names and scores and saves the information to a file.
Steps:
Prompt the user for their name and score.
Open a file called
"scores.txt"
...