On 05/10/2014 10:22 PM, Chris Angelico wrote:
It's that declaration that creates the variable, not
changing locals().

A Python variable is a name bound to a value (and values, of course, are objects). If you don't have both pieces, you don't have a Python variable.

--
~Ethan~
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to