Question: Design and implement a computer program that writes a series of random integer numbers to a file (only one number per line). Your program should
Design and implement a computer program that writes a series of random integer numbers to a file (only one number per line). Your program should prompt the user for a file name to write to. Your program should let the user specify how many random numbers will be generated and added to the file. Each random number should be in the range of 1 through 250. Hint: userandom.randint After the program completes writing to the output file, open the file to read and print the contents. AND NAME THIS FILE : FILE.py
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
