Python bool() 函数
定义和用法
The bool()
函数返回指定对象的布尔值。
该对象将始终返回 True,除非
该对象为空,例如 [], (), {}
该对象为 False
该对象为 0
该对象为 None
语法
bool(object)
参数值
参数 | 描述 |
---|---|
object | 任何对象,如字符串、列表、数字等。 |
The bool()
函数返回指定对象的布尔值。
该对象将始终返回 True,除非
该对象为空,例如 [], (), {}
该对象为 False
该对象为 0
该对象为 None
bool(object)
参数 | 描述 |
---|---|
object | 任何对象,如字符串、列表、数字等。 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]