Python is a General Purpose, High-Level, Interpreted, Dynamically typed and Object-oriendted programming language created bu Guido Van Rossum in the year of 1991.
*High-Level, *General Purpose, *Object Oriented, *Dynamically Typed, *Cross Plotform Support, *Huge Community Support *Large Standard Libraries *Portability *Flexibility
Variables are containers for storing data types. The variables are created the moment when you assign a value to it. lan = 'Python'