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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!