Pythonの予約語
Pythonにはクラスや関数、メソッド、プロパティやその他の変数の名前に使えない「予約語」があります。
Pythonの予約語
Pythonの予約語には以下のものがあります。
False | await | else | import | pass |
None | break | except | in | raise |
True | class | finally | is | return |
and | continue | for | lambda | try |
as | def | from | nonlocal | while |
assert | del | global | not | with |
async | elif | if | or | yield |
リンク