Question: Design a program that asks the user to enter a series of 20 numbers. The program should store the numbers in a list then display
Design a program that asks the user to enter a series of 20 numbers. The program should store the numbers in a list then display the following data:
• The lowest number in the list
• The highest number in the list
• The total of the numbers in the list
• The average of the numbers in the list
Step by Step Solution
3.40 Rating (153 Votes )
There are 3 Steps involved in it
def getuserinput Gets a list of 20 numbers from the user numbers for i in range20 number intinputEnt... View full answer
Get step-by-step solutions from verified subject matter experts
