Reserved words in Python Programming language

Reserved words(/keywords) in Python Programming language:

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

Comments

Popular posts from this blog

Dictionary and Sets in Python

Insertion Sort in python

Grid Printing Code for Python