Values and objects

Ethan Furman ethan at stoneleaf.us
Sun May 11 01:42:13 EDT 2014


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~



More information about the Python-list mailing list