会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
dear_diary
博客园
首页
新随笔
联系
管理
订阅
2018年1月1日
Python常用数据类型
摘要: 数字(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)
公告