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

This is my code for question 6:

number 7 for quite some time now. Pls help Question 6:5 points

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

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!