Python 2.4 removes None data type?
Warren Postma
wp at tekran__NOSP7M.com
Mon Mar 7 16:53:53 CET 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