On Jul 11, 5:36 am, Bjoern Schliessmann <usenet-
[EMAIL PROTECTED]> wrote:

> Is there any type named "bool" in standard Python?

check this out.
>>> doespythonrock = True
>>> print type(doespythonrock)
<type 'bool'>
>>>

--
ahlongxp

Software College,Northeastern University,China
[EMAIL PROTECTED]
http://www.herofit.cn


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to