标签:字符串 复数 string 字典 不可变 布尔 python dict 值类型
python3的六大数据类型:
1、tuple元组
2、number数字
3、string字符串
4、set集合
5、list列表
6、dictionary字典
其中不可变数据3个:tuple、number、string
另外三个就是可变数据
python的数值类型:整型、浮点型、复数、布尔型
标签:字符串 复数 string 字典 不可变 布尔 python dict 值类型
原文地址:https://www.cnblogs.com/jackzz/p/9256912.html