Study

Tokens in Python

  •   0%
  •  0     0     0

  • What are tokens?
    token is the smallest unit of code that has meaning to the interpreter or compiler.
  • List the types of tokens are there?
    Keywords, Identifiers, Literals, Operators, Delimiters,Comments