Skip to content
Home » Hello world program in Python

Hello world program in Python

The basic program every developer starts with is the Hello world program. Below is the Hello world program written in Python.

print("Hello, world!")

Output:

Hello, world!