Python Keywords
What is Keyword?
Programming language keeps some words for the specific purposes, which, have the pre-defined meaning. Those words whenever used while coding will always do the already specified job. Such reserved words are called as Keywords.
Python Keywords
Python also has its specified Keywords with specific usage.
Example – if is the keyword in Python. Whenever requirement is to write conditional code; if will be used. Incase developer tries to use if for any other purposes, it will result into ERROR.
List of Python Keywords is mentioned below –
Video explanation with demonstration can be checked here