Skip to content

guna7222/CompletePythonDeveloper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Python?

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.

Features of Python?

*High-Level, *General Purpose, *Object Oriented, *Dynamically Typed, *Cross Plotform Support, *Huge Community Support *Large Standard Libraries *Portability *Flexibility

Variables

Variables are containers for storing data types. The variables are created the moment when you assign a value to it. lan = 'Python'