>Keywords are reserved words which are defined by the Python Interpreter. They can't be used as operands/variable names.
>They are reserved for some operations, such as def is used to create a function in Python.
# Here are some reserved keywords in Python
# Note: No need to run this code
if, else, for, while, is, as, or, not, and,
None, def, class, return, yield, pass, raise