realpython.com – Reserved Keywords – Real Python
There is one more restriction on identifier names. The Python language reserves a small set of keywords that designate special language functionality. No object can have the same name as a reserved word. In Python 3.6, there are 33 reserved…