Keywords in Python 3

Keywords in Python 3.

  • Get help about keywords:
help("keywords")
  • Get keyword list:
import keyword
keyword.kwlist