operator overloading + - / * = etc...

Paul Rubin http
Tue Oct 10 13:27:55 EDT 2006


Piet van Oostrum <piet at cs.uu.nl> writes:
> The official Python documentation (language reference manual) talks a lot
> about variables. So it seems silly to say that Python doesn't have
> variables.

The symbols on the left side of = signs are called variables even in
Haskell, where they don't "vary" (you can't change the value of a
variable once you have set it).



More information about the Python-list mailing list