On 12/04/2013 08:38 AM, geezl...@gmail.com wrote: > my question, can i make it in just a single line like, > > 1 2 3 4 5 6 (and so forth) > > Can I?
Yes of course. raw_input() is going to give you a string that you can then parse any way you want. -- https://mail.python.org/mailman/listinfo/python-list