Python - 1

Python - 1: Print Your First Message

Welcome to Python! In this lesson, you'll use print() to display messages on the screen.

✦ Python Editor
▶ Output
👀 Show Example Solution
print("Hello world!")
print("My name is Alex.")
print("Python is fun!")