For the final project, some of us might be creating games and would want to save the highest score of the game. In order to do this, you might want to create a text file and write the new highest score to file every time there is a new highest score. The reason why you will want to immediately write the new highest score to the file is for it to be saved in case the game stops working for some reason. Then at the beginning of the function you are using, you should read from the same text file to display the highest score so far. Someone might have a better way of doing this if so, let us know.