返回 1 的布尔值:
x = bool(1)print(x)
x = bool(1)
print(x)
bool() 函数返回指定对象的布尔值。
bool()
该对象将始终返回 True,除非:
bool(object)