Home ยป Basics of Python

Basics of Python

Reserved Words

The following shows the Python keywords.

These are reserved and you cannot use them as constant or variable or any other identifier names.

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 may also like

Leave a Comment

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More