Zen of Python

Paul Rubin http
Sat Jan 22 08:01:15 EST 2005


"Fredrik Lundh" <fredrik at pythonware.com> writes:
> > 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.

Huh?  I'm not sure what you're talking about.



More information about the Python-list mailing list