[EMAIL PROTECTED] wrote: > Aren't there boolean literals for "True" and "False" in Python
>>> True != False True >>> type(True) <type 'bool'> works for most people :-) All the best, Keir -- http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote: > Aren't there boolean literals for "True" and "False" in Python
>>> True != False True >>> type(True) <type 'bool'> works for most people :-) All the best, Keir -- http://mail.python.org/mailman/listinfo/python-list