Question: Using Python 3+ write the following functions and provide a program to test them. Provide comments inside of the code. DO NOT USE THE min()

Using Python 3+ write the following functions and provide a program to test them. Provide comments inside of the code. DO NOT USE THE min() FUNCTION, create your own function. Show a UNIT tests in main(). You will not have the user input value, instead you will be doing a UNIT test (on the two functions) inside the main().

def smallest (x, y, z) (returning the smallest value of the arguments0

def average (x, y, z) (returning the average of the arguments)

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!