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 |
|
Continue |
global |
raise |
Def |
if |
return |
Del |
import |
try |
Elif |
in |
while |
Else |
is |
with |
Except |
lambda |
yield |