"Andre Engels" <[email protected]> wrote
The newline character is written \n in Python, so if you replace' '.join(user_input) by '\n'.join(user_input)
Yep, that's better than my suggestion of adding the \n at append time. :-)
Alan G. _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
