Python - 1
Python - 1: Print Your First Message
Welcome to Python! In this lesson, you'll use print() to display messages on the screen.
👀 Show Example Solution
print("Hello world!")
print("My name is Alex.")
print("Python is fun!")
Python - 1: Print Your First Message
Welcome to Python! In this lesson, you'll use print() to display messages on the screen.
print("Hello world!")
print("My name is Alex.")
print("Python is fun!")