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
Get step-by-step solutions from verified subject matter experts
