9、基础语法

2018-08-08  本文已影响0人  巧生于缘

编码

# -*- coding: cp-1252 -*-

标识符

关键字

>>> import keyword
>>> keyword.kwlist
['False', 'None', 'True', 'and', 'as', 'assert', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', 'nonlocal', 'not', 'or', 'pass', 'raise', 'return', 'try', 'while', 'with', 'yield']

注释

引号

行于缩进

多行语句

print输出

import和from...import

基本数据类型

变量

标准数据类型

序列

上一篇 下一篇

猜你喜欢

热点阅读