摘要: Python数据介绍 2.1.1. 数据类型 数值类型 ² 整数类型(int) ² 浮点类型(float) ² 复数类型(complex) 布尔类型 序列类型 ² 列表(list) ² 元组(tuple) ² 字符串(str) ² 字节(bytes) 映射类型(dict) 集合类型(set) 其他内 阅读全文
posted @ 2018-06-27 20:59 武小胖 阅读(1775) 评论(0) 推荐(0)