What is reserved word, list of reserved words in Python

What is Reserved Word

It is a word with special meaning for Python. In other words, when used these special words, Python performs certain function (or) action. We can not use reserved words as Variable names.

Example
'and' ... 'or' === > reserved words, these are used for comparison needs in the program logic



List of Reserved Words in Python

as, assert, and, break, del, from, not,
except, else, if, elif, global, or, with,
pass, yield, import, print, class, exec,
in, raise, continue, finally, is, return,
def, for, lambda, try, while


Python for BEGINNERS and DUMMIES

Variables, Expressions & Statements


List of 'Reserved Words' in Python


Boolean Expressions &
Comparison Operators

How to Install Python, IDE, UI
to Practice


Download and Install Python from
Python.org


Download and Install Anaconda to Use
SPIDER and Jupyter Notebook