What is meant by token ? Name the tokens available in Python.
Smallest Individual unit of a program is called a token. Tokens available in python are keywords, identifiers, literals, operators and punctuators
What is meant by token ? Name the tokens available in Python. Read More ยป