Python的33个关键字
2019-05-08 本文已影响1人
月蚀様
关键字合集 | ||||||
---|---|---|---|---|---|---|
True | Fasle | None | and | as | assert | break |
class | continue | def | del | elif | else | if |
except | finally | for | from | global | import | in |
is | lambda | nonlocal | not | or | pass | raise |
return | try | while | with | yield |