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
>