Stack experiment

Steve Holden steve at holdenweb.com
Tue Apr 3 12:44:53 EDT 2007


kyosohma at gmail.com wrote:
[...]
> 
> Steve,
> 
> How do you do "tokenList = split(expr)"? There is no builtin called
> "split".
> 
> Mike
> 

Sorry, that should have been a call to the .split() method of expr, i.e.:

tokenList = expr.split()

regards
  Steve
-- 
Steve Holden       +44 150 684 7255  +1 800 494 3119
Holden Web LLC/Ltd          http://www.holdenweb.com
Skype: holdenweb     http://del.icio.us/steve.holden
Recent Ramblings       http://holdenweb.blogspot.com




More information about the Python-list mailing list