python基础之数据类型和数值类型

python3的六大数据类型:

1、tuple元组

2、number数字

3、string字符串

4、set集合

5、list列表

6、dictionary字典

其中不可变数据3个:tuple、number、string

另外三个就是可变数据

python的数值类型:整型、浮点型、复数、布尔型

猜你喜欢

转载自www.cnblogs.com/jackzz/p/9256912.html