Python Keywords

Python keywords (reserved words) are the words, which are reserved by Python and we cannot use as a variable and a constraint.

Python keywords are listed below.

Python reserved words
False, True, from, if, None, def, global, import, And, del, raisein
As, elif, return, is, Assert, else, try, lambda,Break, except, while, nonlocal
Class, finally, with, not, Continue, for yield, or, Pass

Comments