Q: newbie wants to eval()

Sean 'Shaleh' Perry shalehperry at home.com
Sat Jun 30 17:59:27 EDT 2001


> 
> var, data = string.split(input)
> 

oops (-:  This should read:

var, symbol, data = string.split(input) # duh!




More information about the Python-list mailing list