Question: Write a program that asks a user to enter a file name and three numbers, and then store the three numbers in the user-specified file.
Write a program that asks a user to enter a file name and three numbers, and then store the three numbers in the user-specified file. After the execution of the program, open the file with a utility program to make sure the three numbers are there.
Step by Step Solution
3.38 Rating (148 Votes )
There are 3 Steps involved in it
Heres a simple program in Python that does just that python Request the filename from the user filen... View full answer
Get step-by-step solutions from verified subject matter experts
