Computer Science, asked by dapoda38, 2 months ago

What are tokens in Python? Name the types of tokens which are

allowed in Python?​

Answers

Answered by nehabhosale454
0

Answer:

The normal token types are identifiers, keywords, operators, delimiters, and literals, as covered in the following sections. You may freely use whitespace between tokens to separate them.

Similar questions