On Tue, Nov 21, 2017 at 02:38:45AM -0500, Joseph Jevnik wrote: > How is that different from "pi = 3.14"?
pi = 3.14 pi = 5 print(pi) # prints 5 let pi = 3.14 pi = 5 # raises an exception -- Steve _______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/