On Tue, Feb 10, 2009 at 7:07 PM, Anand Balachandran Pillai
<[email protected]> wrote:
>    >>> import this
>    ...
>    >>> love = this
>    >>> this is love
>    True
>    >>> love is True
>    False
>    >>> love is False
>    False
>    >>> love is not True or False
>    True
>    >>> love is not True or False; love is love
>    True
>    True
>
Friggin' geeks. :D

~Roshan
_______________________________________________
BangPypers mailing list
[email protected]
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to