Question: You will create a file myFunctions.py , where you will define/write the functions below: min(list) # returns min of a list max(list) # returns max

You will create a file myFunctions.py , where you will define/write the functions below: min(list) # returns min of a list max(list) # returns max of a list avg(list) # returns average of a list sum(list) # returns sum of a list abs(num) # returns absolute value of num find(item,list)# returns true if item value is found in a list isEven(number) # returns true/false if number is even

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