[Tutor] A string-manipulation question

Kent Johnson kent37 at tds.net
Fri Mar 30 13:45:50 CEST 2007


Alan Gilfoy wrote:
> Awesome! (I was hoping it would be a 1-line solution. :)
> Thanks to batteries beign included, I don't necessarily need to worry  
> about why and how .spilt() works. :)

You might want to look at the docs for split() so you can use it again 
next time you have a need.
http://docs.python.org/lib/string-methods.html#l2h-262

Kent


More information about the Tutor mailing list