Press ESC to close

Hello World-Python

Photo by Pixabay

In Python, You can simply print output on output screen by using print function. Python is the easiest and simplest programming language.

print("Hello, World!")

The statement above prints hello world on output screen in python.

Leave a Reply

Your email address will not be published. Required fields are marked *