Python Course – Keywords

Python keywords are a list of reserved words used by Python interpreter. So, we can’t use them in our program. We can’t create a variable or function name with the same name as these keywords.