None, False, True

M-a-S NO-MAIL at hotmail.com
Tue Sep 16 14:35:40 EDT 2003


Can anybody explain this:

Python 2.3 (#46, Jul 29 2003, 18:54:32) [MSC v.1200 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
>>> None = 3
<stdin>:1: SyntaxWarning: assignment to None
>>> False = 4
>>> True = 5
>>>
>>> None, False, True
(3, 4, 5)
>>>







More information about the Python-list mailing list