Computer Science, asked by nikita3525, 5 months ago

What is token in Python? Name different tokens used in Python.​

Answers

Answered by Shädøwkïru
4

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.

Explanation:

follow me for more information

Answered by prashantkb0107
3

Answer:

elementary component in which each logical line is breaked.

Explanation:

Different tokens:-

1. keywords

2. Numeric

3. Identifires

4. String etc.

Similar questions
Math, 10 months ago