摘要: 基础数据类型: 六个标准的数据类型: Number(数字) String(字符串) List(列表) Tuple(元祖) Sets(集合) Dictionary(字典) ———————— 不可变数据(四个):Number(数字)、String(字符串)、Tuple(元祖)、Sets(集合) 可变数据 阅读全文
posted @ 2018-04-25 22:42 Fly.J 阅读(382) 评论(0) 推荐(1)