Python Programs | IT Developer
IT Developer

Python Programs



Share with a Friend

Print "Hello, World!" - Python Program

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

# This is the most basic Python program to display text on the screen print("Hello, World!")

Output

 
OUTPUT :
Hello, World!