摘要: 数字(Number):常用的数字类型包括整型数(Integer)、长整型数(Long)、浮点数(Float)以及复杂型数(Complex) 布尔值(Boolean):True代表真,False代表假;(Python大小写敏感) 布尔值可以使用 and、or、和 no t运算,其中 not 为非运算 阅读全文
posted @ 2018-01-01 17:23 dear_diary 阅读(233) 评论(0) 推荐(0)