Problem
Create an empty text file in the same folder as your .py script. Name it my_info.txt. Print out a prompt "Tell us about yourself" and then use a while loop to enter and write to the text file your information, such as your first and last names, department, program degree, hobby, ..., one by one in each iteration. Enter "quit" to exit the loop.
Open the text file obtained in a). Read and print out all the contents of the file.