Piet van Oostrum <[EMAIL PROTECTED]> 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). -- http://mail.python.org/mailman/listinfo/python-list