Python_Prog

~

Feb 22nd, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. 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)).
  2.  
  3. Write a program that takes an numbers as arguments, and puts them in a list in order lowest to highest.
  4. I.E
  5. $ ./order.py 3 6 1 4 9
  6. 1 3 4 6 9
Advertisement
Add Comment
Please, Sign In to add comment