Question: write a program that asks the user to enter a series of 20 numbers. The program should store the numbers in a list and then
write a program that asks the user to enter a series of 20 numbers. The program should store the numbers in a list and then display the following data:
The lower 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
Change the place of the 3rd element with the 4th element and also delete the last item of the list and print the new list. python
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
