摘要: python的基本数据类型 如何查询Python的数据类型呢? 下面带大家认识一下Python的基本数据类型 一、整数 如: 18、73、84 每一个整数都具备如下功能: def __float__(self): >>> age 10 >>> age.__float__() 10.0 >>> age 阅读全文
posted @ 2017-02-11 17:58 old_ZHT 阅读(152) 评论(0) 推荐(0) 编辑