thinkpython 关键点

Syntax errors 语法错误

Runtime errors 运行时错误

Semantic errors 语义错误

Experimental debugging 实验性调试

python2 关键词:

and del from not while as elif global or with

assert else if pass yield break except import print

class exec in raise continue finally is return

def for lambda try

原文地址:https://www.cnblogs.com/chenbokai/p/6118962.html