0 votes
in Python by
python keywords

1 Answer

0 votes
by

Python Keywords are special reserved words which convey a special meaning to the compiler/interpreter. Each keyword have a special meaning and a specific operation. These keywords can't be used as variable. Following is the List of Python Keywords.

True False None and as

asset def class continue break

else finally elif del except

global for if from import

raise try or return pass

nonlocal in not is lambda

Related questions

0 votes
asked Jan 11, 2021 in Python by SakshiSharma
0 votes
asked Oct 11, 2021 in Python by rajeshsharma
...