Duncan Booth wrote: > For the OP, in some languages (e.g. C) 'for' loops typically calculate > the value of the loop control variable based on some expression > involving the previous value. Python isn't like that. In Python the data > used to compute the next value is stored internally: you cannot access > it directly.
Great! Now everything is clear. Thanks! -- http://mail.python.org/mailman/listinfo/python-list