Question: use python3 11) Define a function quiz3 that takes one input (a list of integers) and returns the difference between the largest number in the
11) Define a function "quiz3" that takes one input (a list of integers) and returns the difference between the largest number in the list and the average/mean of all the numbers in the list. For full credit, you must call the "quiz2" function within the "quiz3" function. For this function, you can assume the input list will always contain at least one number. quiz3([1,2,9]) should return 5 , since 9 (the largest number) minus the average of 4 equals 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
