python基本数据类型有哪些?
python基本数据类型有:
● int 整型
● bool 布尔
● strintg 字符串
●
本文来源gaodai.ma#com搞#代!码网_
list 列表
● tuple 元组
● dict 字典
数据类型的可变和不可变
● 不可变类型:int, string,tuple
● 可变类型:list,dict
相关推荐:《Python教程》
以上就是python基本数据类型有哪些的详细内容,更多请关注搞代码gaodaima其它相关文章!
python基本数据类型有哪些?
python基本数据类型有:
● int 整型
● bool 布尔
● strintg 字符串
●
list 列表
● tuple 元组
● dict 字典
数据类型的可变和不可变
● 不可变类型:int, string,tuple
● 可变类型:list,dict
相关推荐:《Python教程》
以上就是python基本数据类型有哪些的详细内容,更多请关注搞代码gaodaima其它相关文章!