Question: Solve using Python 3 Write a program that builds up a list, and then perform some basic list operations. Name your program listOperations yourLastName.py Sample
Solve using Python 3

Write a program that builds up a list, and then perform some basic list operations. Name your program listOperations yourLastName.py Sample Output: Enter size of your integer list: 3 Enter integer 1:9 Enter integer 2:4 Enter integer 3: 7 The input list is [9, 4, 7] The sum of the integers in the list is 20 The average of the integers in the list is 6.67 The max integer in the list is 9 >>>
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
