Python Keywords

by | Dec 21, 2020 | Python

Home » Python » Python Keywords

Table of Contents

Python Keywords

Keywords are the special strings that are reserved by a programming language. These strings cannot be used as a user-defined variable names or other identifiers names.

Below is the python keywords.

anddefexecIfnot
assertdelfinallyimportor
breakelifforinpass
classelsefromisprint
continueexceptgloballambdaraise
returntrywhilewithyield

NOTE: All the python keywords are in lowercase.

Author

0 Comments

Submit a Comment

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Author