Michael Hoffman wrote:
The fact that True and False are not constants?

Yowza.

a = True
b = False
False = a
True = b
if (1==2)==True:
        print "Doom"
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to