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

use python3
use python3 11) Define a function "quiz3" that takes one input (a

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

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!