Zen of Python

Fredrik Lundh fredrik at pythonware.com
Sat Jan 22 07:54:52 EST 2005


Paul Rubin wrote:

> Some languages let you say things like:
>   for (var x = 0; x < 10; x++)
>      do_something(x);
> and that limits the scope of x to the for loop.

depending on the compiler version, compiler switches, IDE settings, etc.

</F> 






More information about the Python-list mailing list