Question

Chapter 3 - You must create an application as set below using Python.
Name the script SortNumbers.py
Ask the user to enter 3 numbers
Then display them in ascending order.
Tip: Use if-else if and else, store variables in separate variables. Compare each value using if/if-else statements. Note there is no one single solution to this problem. Also, you CAN NOT use a sort function.

Answers

There are no human answers yet.
There are no AI answers yet. The ability to request AI answers is coming soon!

Related Questions