[Tutor] Out of range

Adam Vardy Adam Vardy <anvardy@roadrunner.nf.net>
Tue Feb 4 08:04:04 2003


Someone have any suggestions on this index error?

IndexError: string index out of range
SyntaxError: invalid syntax
>>> 
>>> print index
Traceback (most recent call last):
  File "<pyshell#75>", line 1, in ?
    print index
NameError: name 'index' is not defined
>>> 

-- 
Adam Vardy