Key Words in Python
Key words are the reserved words that use for specific command.
You can see those key words below.
and
|
del
|
form
|
not
|
with
|
as
|
elif
|
global
|
or
|
while
|
assert
|
else
|
if
|
pass
|
yield
|
break
|
except
|
import
|
print
|
|
class
|
exec
|
in
|
return
|
|
continue
|
finally
|
is
|
raise
|
|
def
|
for
|
lambda
|
try
|
As python is case sensitive language you should type those keywords in simple letters.
If you are using default settings in python GUI these key words are orange colored or purple colored.
No comments:
Post a Comment