['False', 'None', 'True', '__peg_parser__', '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']
变量、函数、模块、类、其他对象所起的名字为标识符
规则:
字母、数字、下划线
非数字开头
区分大小写
非保留字