[EMAIL PROTECTED] wrote:

>AlbaClause wrote:
>
>> for i in range(length):
>>         print i
>
>Or usually better:
>
>for ii in xrange(length):
>    ...

xrange used to be better.  As I understand it, that's no longer the case.
-- 
- Tim Roberts, [EMAIL PROTECTED]
  Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to