Question: Write a Python program that picks 10 random numbers between 20 and 100 and prints i) the numbers, ii) highest number and iii) The arithmetic

 Write a Python program that picks 10 random numbers between 20

Write a Python program that picks 10 random numbers between 20 and 100 and prints i) the numbers, ii) highest number and iii) The arithmetic mean (or average) of the numbers. Note: You can use the builtin Python max() function Example output The random numbers are 46 42 42 57 90 50 35 42 78 36 The highest number is 90 The mean of the 10 random numbers is 51.8

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!