the global keyword:

Random832 random832 at fastmail.com
Sat Jun 11 21:26:51 EDT 2016


On Sat, Jun 11, 2016, at 20:09, MRAB wrote:
> Not true. Importing doesn't copy the value.
> 
> Importing a name creates a new name in the local scope that refers to 
> the same object that the imported name referred to.

Yes, the value of a variable is a reference to an object. Can we not
have another round of this right now?



More information about the Python-list mailing list