"Tiago Saboga" <[EMAIL PROTECTED]> wrote
The count var is never updated. What about:

for i in someArray[1:]:
   print i

Yes, that's much better than my enumerate version! :-)


Alan G

_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to