编程语言
首页 > 编程语言> > Python编程——数据类型

Python编程——数据类型

作者:互联网

Python编程——数据类型

数字、

字符串、

序列:列表[]、元组()、字典{键:值}

1、整型

[root@cate my_python]# python

Python 2.7.5 (default, Apr 11 2018, 07:36:10)

[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)] on linux2

Type "help", "copyright", "credits" or "license" for more information.

>>> num1=123

>

标签:linux2,Python,编程,数据类型,4.8,python
来源: https://blog.csdn.net/wbd_1233/article/details/122766921