πΊοΈ Map βΊ
⚔️ Apprentice βΊ
🐍 Python Intro
Lesson 3 β Listen to the Player: Getting Values with input
β± 25–30 minutes 💻 Write real Python in the browser (runs instantly, nothing to install)
π‘ input() = let the program "ask" the user and keep the answer in a variable
π¨βπ©βπ§ Notes for parents
Level: Apprentice β roughly Grade 7 / ages 12β13 Duration: 25β30 minutes Format: Write real Python in the browser (runs instantly, nothing to install) Concept: input() = let the program "ask" the user and keep the answer in a variable
Learning Objective
Kids use input() to receive text from the user, store it in a variable, and display it β understanding that programs can interact with people.
Do It Together (Parent-Child Co-participation)
Take turns as the "player," entering different names (long ones, ones with spaces) and watch the program handle them all β then chat about how everyday apps (games, chat) all start with input() like this.