Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

This is my code for question 6:

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases And Information Systems 1 International Baltic Conference Dbandis 2020 Tallinn Estonia June 19 2020 Proceedings

Authors: Tarmo Robal ,Hele-Mai Haav ,Jaan Penjam ,Raimundas Matulevicius

1st Edition

303057671X, 978-3030576714

More Books

Students also viewed these Databases questions

Question

3. Restate and summarize more often. Memories are prone to error.

Answered: 1 week ago