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