Python Keywords (JNNC Technologies)


The Python Keywords must be in your information because you can not use them as variable name or any other identifier name.


Python Reserved Keywords List

Keywords are reserved words in Python and used to perform an internal operation. All the keywords of Python contain lower-case letters only.

Python Keywords List
andassertin
delelseraise
fromifcontinue
notpassfinally
whileyieldis
asbreakreturn
elifexceptdef
globalimportfor
orprintlambda
withclasstry
exec

0 Comments

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();