Question: i want you to hrlp me in apython program we need to make a file myFunction.py The file contains the functions you have already written:

i want you to hrlp me in apython program we need to make a filemyFunction.py

The file contains the functions you have already written:

  • 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(key,list)# returns true if key value is found in a list
  • isEven(number) # returns true/false if number is even

Import that file/functions into another file (testFunctions.py)

and then test/call all of them.

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 Programming Questions!