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