Computer Science, asked by Anonymous, 6 months ago

What are tokens in Python? Explain

Answers

Answered by aishu123456
8

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.

PLEASE MARK ME AS BRAINLIEST ♥️ AND THANK MY ANSWER ♥️

Answered by deepak10225
1

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.

Similar questions