A file named "cats.txt" exists and has 50 lines of data. You open the file with the following line of code.

aFile = open("games.txt", "w")
You write five lines to the file in the program. How many lines are in the file when you close your file?