摘要: Python中布尔类型 我们已经了解了Python支持布尔类型的数据,布尔类型只有True和False两种值,但是布尔类型有以下几种运算: 与运算:只有两个布尔值都为 True 时,计算结果才为 True。 True and True # ==> True True and False # ==> 阅读全文
posted @ 2017-11-19 00:08 physique 阅读(662) 评论(0) 推荐(0) 编辑