Question: Need some help on this Python 3 problem - Use a for statement to generate 10,000 random floating point numbers where the value is between

Need some help on this Python 3 problem -

Use a for statement to generate 10,000 random floating point numbers where the value is between 10 and 100 (not including 100); calculate the average; print the largest integer less than or equal to the average (hint: use the math.floor() function here). You will need to use the random module and the math module for this exercise.

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!