View Single Post
Old Nov 25th, 2006, 9:11 PM   #3
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 855
Rep Power: 3 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
The str.split function is extremely useful. For example, "slice me up".split() produces the list ['slice', 'me', 'up'].
titaniumdecoy is offline   Reply With Quote