what type of token is push in Python
Answers
Answered by
3
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.
Mark As Brainlist
Answered by
2
Answer:
identifiers, keywords, operators, delimiters and literals
Explanation:
hope it will be helpful to you
please mark me as branliest
Similar questions