Python的布尔与None 布尔变量表示真(True)/ 假(False)如果布尔值作为参数运算,所有非0的数字为True,True表示为1,反之False表示为0>>> 3 > 4False>>> 4 > 3True>>> True * 33>>> False * 30>>> True Python的学习 2023-09-18 43 点赞 0 评论 65 浏览