Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Since there are no "Daily Programming Challenge Threads". I am making one on behalf of #/g/python (An IRC channel dedicated to learning Python (irc.rizon.net)).
- Write a program that takes an numbers as arguments, and puts them in a list in order lowest to highest.
- I.E
- $ ./order.py 3 6 1 4 9
- 1 3 4 6 9
Advertisement
Add Comment
Please, Sign In to add comment