基础数据类型:
int,整数类型(整形)
float,浮点类型(浮点型)
complex,复数类型
bool,布尔类型
str,字符串类型
高级数据类型
list,列表类型
tuple,元组类型
dict,字典类型
set,集合类型
2020-12-16