Question: I need this done in Python, thank you! I need to code a program that gets string data from the program user and then writes
I need this done in Python, thank you!
I need to code a program that gets string data from the program user and then writes that data to a text file. I then need to code another program that reads the data from a file and then displays that data.
An example:
Program #1 Enter a file name: test.txt Enter a string: Once upon a time Enter a string: In the west Enter a string: QUIT
Program #2 Enter a file name: test.txt Once upon a time In the west
Thank you for the help!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
