What are tokens in Python? Name the types of tokens which are
allowed in Python?
Answers
Answered by
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