Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[7 / 4 / ?]

Need help in Python

No.1060295 View ViewReplyOriginalReport
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.