http://www.perlmonks.org?node_id=1008604


in reply to Perl allows you to change the definition of false to make it true. (And vice versa.)

And as usual it's far easier in Python! ;-)

>python Python 2.5.2 (r252:60911, Jan 20 2010, 23:16:55) [GCC 4.3.2] on linux2 >>> False, True = True, False >>> False True >>> True False

Python rules obfuscation!

Cheers Rolf