Computer Science, asked by nithunzacharia, 8 months ago

what is token in python​

Answers

Answered by muskanmusani30
8

Explanation:

Tokens- Python breaks each logical line into a sequence of elementary lexical components known as tokens. Each token corresponds to a substring of the logical line. The normal token types are identifiers, keywords, operators, delimiters, and literals, as covered in the following sections.

Answered by TeraBhaii
9

\large\underline{\underline{\textrm{Token:-}}}

  • The smallest individual unit in a program is known as Token.

Similar questions