Indexing strings

Fred andreas.aka.fred at gmail.com
Fri Mar 4 18:44:06 EST 2005


> Use the index method, e.g.: text.index(' ').
> What exactly do you want to do?

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...
Thanks for the help



More information about the Python-list mailing list