πΊοΈ Map βΊ
⚔️ Apprentice βΊ
🐍 Python Intro
Lesson 2 β The Warrior's Storage Box: Variables and Data Types
β± 25–30 minutes 💻 Write real Python in the browser (runs instantly, nothing to install)
π‘ A variable = a named box that stores a value; core data types = text (str) and numbers (int)
π¨βπ©βπ§ 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: A variable = a named box that stores a value; core data types = text (str) and numbers (int)
Learning Objective
Kids create variables holding text and numbers, display them together with an f-string, and can tell how text differs from numbers.
Do It Together (Parent-Child Co-participation)
Change power to another number and watch the output follow β then discuss why power = 100 (a number) differs from power = "100" (text), and when to use each.