python 布尔表达式一个易错的地方

>>> hot = False
>>> cold = 0
>>> print(hot == cold)
True
>>> 

你可能感兴趣的:(python 布尔表达式一个易错的地方)