Friday, 10 March 2017

Python Keywords or Reserved words

Reserved words/keywords in python



Python reserves 31 keywords for its use:


and 

as 

assert 
 
break 

class 

continue  

def 

del

elif

else 

except

exec

finally


for

from

global

if

import 

in 

is


lambda

not 

or

pass

print

raise

return


try

while

with

yield

No comments:

Post a Comment