Question: ******import sys and sys argv NO INPUT FUNCTION***** 3. Filename: assign3-11.py Write a program that takes three numbers and determine the minimum and maximum among

 ******import sys and sys argv NO INPUT FUNCTION***** 3. Filename: assign3-11.py

******import sys and sys argv NO INPUT FUNCTION*****

3. Filename: assign3-11.py Write a program that takes three numbers and determine the minimum and maximum among them. You are not allowed to use min and max functions. Input: a) python C:\Users eda\DataProgramming\M3\assign3-11.py -2 100 50 b) python C:\Users eda\DataProgramming\M3\assign3-11.py 10.5 12 10.5 c) python C:\Users eda\Data Programming\M3\assign3-11.py 10 0 1 Output: a) Max: 100 Min: -2 b) Max: 12 Min: 10.5 c) Max: 10 Min: 0

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!