Hello World! in Python

In Python, you can greet the world with a simple 'Hello, World!' program like this.

Hello World! in Python
Photo by Hitesh Choudhary / Unsplash

In Python, you can greet the world with a simple 'Hello, World!' program like this:

print("Hello, World!")