Question: Three_numbers_in_order.py Write a program that asks the user to enter in three numbers. Then have your program output both the original numbers (in the order

Three_numbers_in_order.py Write a program that asks the user to enter in three numbers. Then have your program output both the original numbers (in the order the user entered them int) and the numbers rearranged in ascending order (least to greatest): The numbers you entered in were The minimum number is ... The median number is ... The maximum number is End of program. [If you have experience with Python, lists are not allowed for this project.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
