Lesson 1 of 27
Hello, Python
Hello, Python
Python is readable, beginner-friendly and everywhere — web apps, data science, automation and AI. Its clean syntax lets you focus on solving problems, not fighting punctuation.
The print() function displays a value. Here's the traditional first program — click Run (the first run loads Python, then it's instant):
Python — Try it Yourself
Loading editor…
Output
Click Run to execute the code.
Key points
print(...)shows a value in the output.- Text (a string) goes in quotes.
- This runs real Python, right in your browser.
Your turn: change the message, then add a third print.
Q&A · 0
Enrol to ask questions and join the discussion.
No questions yet — be the first to ask.