摘要: 笔记 数据类型 int 整型 float 浮点型 bool 布尔型 True 和False 表示 and运算是与运算,只有所有都为True,and运算结果才是True or运算是或运算,只要其中有一个为True,or运算结果就是True not运算是非运算,它是一个单目运算符,把True变成Fals 阅读全文
posted @ 2023-11-25 20:28 liuyecheng 阅读(16) 评论(0) 推荐(0)