
python
hqmln
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python关键字
python关键字 >>> print ("hello world") hello world >>> import keyword >>> keyword.kwlist ['False', 'None', 'True', 'and', 'as', 'assert', 'break', 'class', 'continue', 'd...原创 2017-10-17 13:10:34 · 267 阅读 · 0 评论 -
数据类型
Python3 中有六个标准的数据类型: Number(数字) String(字符串) List(列表) Tuple(元组) Sets(集合) Dictionary(字典)原创 2017-11-30 12:41:08 · 84 阅读 · 0 评论