2018-10-09 Python 保留字

python系统已经定义了的单词

and, assert, break, class, continue, def, del, elif, else, except, exec, finally, for, from, global, if, import,

in, is, lambda, not, or, pass, print, raise, return, try, while, with,yield

你可能感兴趣的:(2018-10-09 Python 保留字)