Counting nested loop iterations

Joel Hedlund joel.hedlund at gmail.com
Fri Mar 17 09:22:46 EST 2006


> a list comprehension works exactly like an ordinary for
> loop, except that the important thing (the expression) is moved to the
> beginning of the statement.

Right. Thanks!
/Joel



More information about the Python-list mailing list