Question: Write a Python user defined function that finds the . maximum . minimum . sum . average for the numbers in a list. For example,
Write a Python user defined function that finds the . maximum . minimum . sum . average for the numbers in a list. For example, if the calling code passes in this list: nums = [5, 10, 15, 25, 20] The function would determine the values return and them as a list: [25, 5, 75, 15.0] The calling code will then print the returned list. Upload your code here
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
