My First Python Script

Robert Kern rkern at ucsd.edu
Fri Sep 16 00:08:45 EDT 2005


Ed Hotchkiss wrote:
> But then I still get the error with the len(x) statement .. hmm

That's because integers don't have a length. But if you follow James'
advice, you don't need to calculate lengths of anything.

-- 
Robert Kern
rkern at ucsd.edu

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter




More information about the Python-list mailing list