Quoted By:
Beginner in coding here, I got an assignment that asks me to write a code in python that does this
>Ask the user to enter 3 numbers
>Display the numbers in ascending order.
I know how to display a text of Python asking for inputs, the problem is that I have no idea how to make Python responds to the inputs, sort the numbers, and display them in ascending order.