PYTHON : Programming styles
in this post you can learn about programming style in python with pythonwithyp,in which you can learn about syntax how to write code in python programing language
![PYTHON | Programming styles PYTHON | Programming styles](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxwAx2sDs76ESqpLgij28tnEnXFsD-AX_TrHdHtWdg8l7DaKnvhujHXD-NH2ZqSckJDeIxljRiZyMm2nRN3aYwzzBt5eadBtlsBy46FvabjFhwNgAyQhMkpgNEuVnPYP4P77M94aXMW5s/w400-h267/1652756287528125-0.png)
PYTHON Programming styles
![PYTHON | Programming styles PYTHON | Programming styles](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhxwAx2sDs76ESqpLgij28tnEnXFsD-AX_TrHdHtWdg8l7DaKnvhujHXD-NH2ZqSckJDeIxljRiZyMm2nRN3aYwzzBt5eadBtlsBy46FvabjFhwNgAyQhMkpgNEuVnPYP4P77M94aXMW5s/w400-h267/1652756287528125-0.png)
- Python has a simple syntax similar to the English language
- Python has simple Programing Language compare to other languages
- Python program written with fewer line code compared to other languages
Syntax :
Print a "Hello,World",
python code simple write in command prompt , open command prompt and write
>>> print(" Hello,World ")
Output :
Hello,World
if python code write in file with .py extension and running file in the command prompt
C:\Users\User name>python myfile.py
Also see