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

时间:2018-07-03 10:42:18   收藏:0   阅读:157

python3的六大数据类型:

1、tuple元组

2、number数字

3、string字符串

4、set集合

5、list列表

6、dictionary字典

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

另外三个就是可变数据

 

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

原文:https://www.cnblogs.com/jackzz/p/9256912.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!