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

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

Cheers,
Alan Isaac
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to