> > > one_two_three = [1,2,3] > for x in len(one_two_three): > print one_two_three[x] > Surely, you meant for x in one_two_three: print x ? -- ~noufal -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/bangpypers/attachments/20090114/4fe30fd7/attachment.htm>