Google News
logo
Python - Interview Questions
What is Python Keywords ?
Python keywords are special reserved words which convey a special meaning to the compiler/interpreter. In Python keywords are case sensitive each keyword have a special meaning and a specific operation. 

Python Keywords :

True, break, finally, is, return, False, continue, for, lambda, try, None, except, in, raise, pass, class, def, from, nonlocal, while, and, del, global, not, with, as,  elif, if, or, assert, else, import, yield.
Advertisement