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

Solve using Python 3 Write a program that builds up a list,

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!