Python 2.3 True = False

Anand anand at calbay.com
Mon Mar 24 01:58:14 EST 2003


Python 2.3a2 (#39, Feb 19 2003, 17:58:58) [MSC v.1200 32 bit (Intel)] on win32
Type "copyright", "credits" or "license" for more information.
IDLE 0.8 -- press F1 for help
>>> True
True
>>> False
False
>>> True = False
>>> True
False
>>> False
False
>>> 

has anyone tried this before?

Anand




More information about the Python-list mailing list