[ Web Proxy ]
URL:
Viewing: https://programiz.com/python-programming/examples/hello-world [Back]  [Original]

Python Program to Print Hello world!
Search tutorials & examples:

Python Program to Print Hello world!

To understand this example, you should have the knowledge of the following Python programming topics:


Source Code

# This program prints Hello, world!

print('Hello, world!')

Output

Hello, world!

In this program, we have used the built-in print() function to print the string Hello, world! on our screen.

By the way, astring is a sequence of characters. In Python, strings are enclosed inside single quotes, double quotes, or triple quotes.

Did you find this article helpful?
phone:
submitted[dislike_feedback]:

Web Proxy Viewer  |  New URL  |  Original Page