Create an empty text file in same folder as your py script


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.

Request for Solution File

Ask an Expert for Answer!!
Python Programming: Create an empty text file in same folder as your py script
Reference No:- TGS03256819

Expected delivery within 24 Hours