What is the basic Token in Python.
Answers
Answered by
2
Answer:
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
Hindi,
3 months ago
English,
3 months ago
Social Sciences,
3 months ago
English,
7 months ago
English,
1 year ago