Python 3中的33个关键字
2017-10-23 本文已影响32人
NiceBlueChai
关键字不能作为变量名使用
False | None | True |
---|---|---|
class | continue | def |
finally | for | from |
nonlocal | lambda | is |
return | try | while |
and | as | assert |
del | elif | else |
global | if | import |
not | or | pass |
with | yield | break |
except | in | raise |
❤️
