python中的数据类型
基本数据类型
整型 int
浮点型 float
字符串 str
复数 complex
字节 bytes
空 None
布尔 bool
复杂数据类型
tuple 元组
list 列表
dict 字典
set 集
python中的数据类型
基本数据类型
整型 int
浮点型 float
字符串 str
复数 complex
字节 bytes
空 None
布尔 bool
复杂数据类型
tuple 元组
list 列表
dict 字典
set 集