首页
python数据类型分类(可变(不可变)数据类型)
一:python数据类型的分类:
可变(不可哈希)的数据类型:
list 列表
dict 字典
set 集合
不可变(可哈希)的数据类型:
str 字符串
bool 布尔型
int 整型
tuple 元组
路过python园
相关
标签