PYTHON | Programming styles

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


  • 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

Post a Comment (0)
Previous Post Next Post