implicit variable declaration and access

Peter Dembinski pdemb at gazeta.pl
Mon Jun 13 13:38:27 EDT 2005


Benji York <benji at benjiyork.com> writes:

[snap]

>> code = x + '= 0'
>> exec(code)
>
> You should generally stay away from exec for lots of reasons.

Code 'refactorizability' is one of them.



More information about the Python-list mailing list