关键字
- and
- del
- from
- not
- while
- as
- elif
- global
声明全局变量
- or
- with
- assert
(来自: python assert用法)
- else
- if
- pass
(来自:Python pass 语句)
- yield
Python yield 使用浅析
python 中 yield 用法的总结 - break
(来自:Python break 语句)
- except
(来自:Python 异常处理)
- import
- class
- exec
python的exec、eval详解 - in
- raise
- continue
- finally
- is
- return
- def
- for
- lambda
- try
操作符
(来自:Python 运算符)