Question: This is my code for question 6: I've been stuck on number 7 for quite some time now. Pls help Question 6:5 points Write a

This is my code for question 6:

I've been stuck on number 7 for quite some time now. Pls help
Question 6:5 points Write a program that randomly generates 1000 integers with values between 1 and 25. Writes the numbers to a file, one number per line. Seed the random number generator with the value 28 Question 7:5 points Write a program that reads the file you created in Question 6. Open the file and read in the values Compute the Average, Minimum, and Maximum number from the file. 1 import random 2 for x in range(1001): i-random. randint (1,25) INopen ( 'randNum.txt') IN.write (str()+' ') IN.close 4 7
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
