Question: Design a program that generates at random a series of 20 numbers in the range of 1 through 100. The program should store the
Design a program that generates at random a series of 20 numbers in the range of 1 through 100. The program should store the numbers in a list and 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
Step by Step Solution
There are 3 Steps involved in it
Heres a Python program that generates a series of 20 random numbers in the range of 1 through ... View full answer
Get step-by-step solutions from verified subject matter experts
