Question: Lab 6 B: For this lab, you will need to write two different files; one called MyMath.py , and one called Lab 6 B .

Lab6B: For this lab, you will need to write two different files; one called
MyMath.py, and one called
Lab6B.py.
Inside of
MyMath.py, write the following three methods:
my max(num one, num_two): returns the largest between the two inputs
my min(numaone, numbotwo): returns the smallest between the two inputs
my axg(num_one, num
Inside
Lab6B.py, import
MyMath.py. After that, prompt the user for two numbers, and then pass both
numbers as arguments to each of MyMath's methods, making sure to print out the result as in the
sample output below (user input in bold).
Note: You can assume that the user will only ever enter
In Python please!!
 Lab6B: For this lab, you will need to write two different

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!