Welcome to Lesson 1: Launch Into Coding!
In this mission, you will type your very first line of Python code and run it. Think of the editor as your spaceship dashboard. Ready for ignition?
Goal: Use
print() to show a message on the screen.Try editing the message below, then press Run:
print("Hello, Space Cadet!")
Challenge: Add a second line like
print("Ready for lift‑off!").