Fred wrote:
That was exactely what I was searching for. I needed a program, that chopped up a string into its words and then saves them into a list. I think I got this done...
There's a function for that: text.split().
You should really have a look at the Python docs. Also, http://diveintopython.org/ and http://www.gnosis.cx/TPiP/ are great tutorials.
-pu -- http://mail.python.org/mailman/listinfo/python-list