bool behavior in Python 3000?

Alan Isaac aisaac at american.edu
Wed Jul 11 02:52:30 EDT 2007


Bjoern Schliessmann wrote:
> Is there any type named "bool" in standard Python?

>>> type(True)
<type 'bool'>

Cheers,
Alan Isaac



More information about the Python-list mailing list