[EMAIL PROTECTED] writes: > where n is an integer representing how many times you want > to execute "some code." ... I tend to write it as: > > for _ in xrange (1,n): > some code
But this does it n-1 times, not n times. -- http://mail.python.org/mailman/listinfo/python-list