Python 2.4 removes None data type?

Warren Postma wp at tekran.spammenziemichnichtdankeschon.com
Mon Mar 7 11:25:57 EST 2005


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"



More information about the Python-list mailing list