Reply to Paul Moore:

In Python terms, a constant is a name that binds itself to a value in memory 
and that name cannot bind itself to a different value now (unlike variables). 
The value can be mutated (if mutable) but the name cannot bind to a different 
value once it has bind itself to a value.
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/CVMLMQIQMKPKNGF2LKRYGRW4UO2CL2X4/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to