Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 7Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started