Basically tokens in python is a building blocks of python programs.
The all individual characters in the python program is called tokens.
The python interpreter divied the code into number of segments then execute the python code line-by-line
Types of python program tokens
Identifiers
Keywords
Literals
Punctuators
Operators