Welcome, Apprentice Wizard! π§ββοΈ
Imagine you have a powerful genie named "Computer". This genie can do anythingβmath, games, drawingβbut it only speaks one language: Python.
Your keyboard is your wand. To make the genie do something, you have to cast a spell (write code).
When we want the computer to speak, we use the print() command.
Whatever you put inside the quotes "" inside the parentheses () will appear on the screen!
π« Warning: If you forget the quotes, the genie gets confused!
Type this exactly in the box on the right and hit RUN:
print("Hello World")
Make the computer say your name! Replace [Name] with your actual name.
print("I am [Name]")
Make the computer say exactly: Bloop Bleep!
1. What command shows text on the screen?
2. Python is...