摘要: 不可变数据(3个): 数字(number) 字符串(string) 元组(tuple) 可变数据(3个): 列表(list) 字典(dict) 集合(set) 不可变数据 一. 数字(number) 1. int(整数) 2. float(浮点数) 3. bool(布尔值) 4. complex(复 阅读全文
posted @ 2018-10-28 11:33 咕噜噜~ 阅读(401) 评论(0) 推荐(0)