Java Online Training In Andhra Pradesh and Telangana
9010519704
Opening Hours :7AM to 9PM
Python Keywords
Keyword:
Keyword is an predefined word which is already defined by the Python Developher which are used to perform implicit or explicit operation.
Here Implicit means automatically Explicit means manually
In Python, keywords are case sensitive.
There are 33 keywords in Python 3.3. This number can vary slightly in course of time.
All the keywords except True, False and None are in lowercase and they must be written as it is. The list of all the keywords are given below.
Keywords List
False
class
finally
is
return
None
continue
for
lambda
try
True
def
from
nonlocal
while
and
del
global
not
with
as
elif
if
or
yield
assert
else
import
pass
break
except
in
raise