Python Keywords:
The following list shows the Python keywords. These are reserved words and youcannot use them as constant or variable or any other identifier names. All the Python
keywords contain lowercase letters only.
and
|
exec
|
Not
|
as
|
finally
|
or
|
assert
|
pass
|
|
break
|
from
|
print
|
class
|
global
|
raise
|
continue
|
if
|
return
|
def
|
import
|
try
|
del
|
in
|
while
|
elif
|
is
|
with
|
else
|
lambda
|
yield
|
except
|