These are the keywords in Python.

KeywordKeywordKeywordKeyword
FalseNoneTrueand
asassertasyncawait
breakclasscontinuedef
delelifelseexcept
finallyforfromglobal
ifimportinis
lambdamatchnonlocalnot
whilewithyieldcase
orpassraisereturn
try

Note

These are called reserved keywords, and they cannot be used as identifiers (variable names).

<< Python type() Function | Python Comments >>