๐Ÿ“– Beginning Python Programming /
Module: Basic Python

Defining Variables

๐Ÿ“– Beginning Python Programming / Basic Python / Defining Variables

Reserved keywords


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