Question: i need this done in python please Code a program that gets string data from the program user and then writes that data to a
Code a program that gets string data from the program user and then writes that data to a text file. . Code another program that reads the data from a file and then displays that data. Note that both programs will use loops. Program #1 should use the signal QUIT to stop running. Program #2 should run until all of the data is extracted from the file. How the code output might look: 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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
