Game Preview

Tokens in Python

  •  English    2     Public
    Declaration of statements
  •   Study   Slideshow
  • What are tokens?
    token is the smallest unit of code that has meaning to the interpreter or compiler.
  •  10
  • List the types of tokens are there?
    Keywords, Identifiers, Literals, Operators, Delimiters,Comments
  •  10