Python保留字

在IDLE中,输入以下代码查看Python中保留字。

import keyword
keyword.kwlist

显示结果如下:
['False', 'None', 'True', 'and', 'as', 'assert', 'async', 'await', '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']

上一篇:opencv交通标志识别——2


下一篇:聊斋志异