Python Keywords

What Is Python Keywords?

  • As we have used names to identify and call the variables, the Python language also gives names to its different functionalities.
  • These names are reserved for Python language and we call them Python keywords.
  • We can not use these keywords as variable names, function names, or any other identifiers.
  • There are a total of 33 keywords present in the Python 3.7 package.

Keyword List In Python?

  • We will discuss in details , about all these keywords in other blogs.

Leave a Reply

Your email address will not be published. Required fields are marked *