in reply to Perl allows you to change the definition of false to make it true. (And vice versa.)
>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
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Perl allows you to change the definition of false to make it true. (And vice versa.)
by tobyink (Canon) on Dec 13, 2012 at 14:30 UTC | |
by LanX (Saint) on Dec 13, 2012 at 14:43 UTC |