Problem:
Question- Write code that does the following opens a file name NumberList.txt, uses a loop to write the numbers 1 through 100 to the file, and the closes the file.
Question- Write code that does the following opens the NumberList.txt file that was created by the code in the first question reads all the numbers from the file and displats them and then coses the file.
Please use comments so it helps me understand what is going on