What is Python Language - nareshtechweb
"Hello World"
Welcome To
narestechweb.blogspot.com
Python Programming !
Python Features :
1.High-level Programming Language
2.Easy To Learn
3.Many Features
4.Free and Open Source
5.Python is Portable language
Python is an interpreted high-level general-Purpose Programming language. Python's design philosophy emphasizes code readability its with notable use of significant indentation.
its language constructs as well as its object -oriented approach aim to help programmers write clear,
logical code for small and large-scale projects.
Python facts !
Python Developed by Guido van Rossum in 1991
How To come Name for Python : Monty Python's flying circus
Python Users : 15 Million + developers using
More than Billion devices using Python
Python Salary per Year (123,743 dollars) (8757466.38 inr)
Python Download Website www.python.org
Python Top Best IDE's
Download Mac-Linux-Windows:
2.PyCharm
3.PyDev
Global Variables
A global variable in Python is often declared as the top of the program. In other words,
variables that are declared outside of a function are known as global variables.
You can access global variables in Python both inside and outside the function.
Python "Hello World" Program
print("Hello, World")
************************************************************************************
Python Simple Program :
************************************************************************
Addition :
a = 25
b = 75
print("a+b")
output:
100
***********************************************************************************
Subtraction :
a =70
b =30
print("a-b")
output:
40
************************************************************************************
Support Me:
Follow Me : Instagram
Follow Me :Facebook
Follow Me :Twitter
***********************************************************************************
Comments
Post a Comment