Python Tutorial

Here you can learn about the basics of Python for free.

Wednesday, July 1, 2020

Tokens












The smallest individual unit in a program is known as Token or lexical unit.
Python has following tokens:
1. Identifiers
2.Keywords
3.Literals


(other types uploding soon.....)