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

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

Respuesta :

Answer:

There will be 3 lines of data left

Explanation:

When you use "w" command it overwrites all lines that already exists, to avoid this use "a" instead to append lines of data onto the text file

Answer:

There will be 3 lines of data left

Explanation:

RELAXING NOICE
Relax