Python Programming
About Lesson

Keywords are pre-meaningful words for any programming language that cannot be used for any other purpose but only for which they were reserved.  There are 30 keywords in Python language that are to be entered in lower case only in your code.

 

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

You cannot copy content of this page