[Solved]-Python 71 Write Program Opens File Named Chap7pt1p1txt Asks User Enter String Characters S Q37175618
PYTHON ONLY
7.1
Write a program that:
Opens a file named “Chap7pt1P1.txt”
Asks the user to enter a string ofcharacters
Stores the string of characters in the abovefile
Closes the file
Opens the file again to read from it
Reads the string of characters in the file
Prints the string on the screen
Closes the file
Expert Answer
Answer to PYTHON ONLY 7.1 Write a program that: Opens a file named “Chap7pt1P1.txt” Asks the user to enter a string of characters … . . .
OR

