Python Fundamentals|
Your First Program

Hello, Python!

Python

Your First Program

Welcome to Python!

Python is one of the most popular programming languages in the world. It's known for being easy to read and write.

The print() Function

The print() function displays text on the screen.

print("Hello, World!")

Important: Text must be inside quotes (single ' or double ").

Your Task

Write a program that prints: Hello, World!

Code Editor
Loading PYTHON engine...
Loading...
Loading Python engine...

Run your code to see output