1.2.3.2.11 False等价 False等价布尔值,相当于bool(value) 空容器 空集合set 空字典dict 空列表list 空元组tuple 空字符串 None 0 # bool(value)是布尔函数 # In: bool(1), bool(0) # Out: (True