bool() 函数用于将给定参数或表达式转换为布尔类型, 以下使用了 bool() 函数的实例中, 哪项返回 True 值? ( )
bool(0)
bool( )
bool(15*15+14*14<420)
bool(-1)