πΊοΈ Map βΊ
⚔️ Apprentice βΊ
🔀 Logic & Conditions
Lesson 1 β if/else in Python: The Program's First Fork
β± 25–30 minutes 💻 Write real Python in the browser (runs instantly, nothing to install)
π‘ if/else = a fork the program chooses by condition — from primary-school if/then/else blocks to real Python
π¨βπ©βπ§ 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: if/else = a fork the program chooses by condition β from primary-school if/then/else blocks to real Python
Learning Objective
Kids write if/else in Python with correct structure (colon + 4-space indent) and understand that one decision runs exactly ONE branch.
Do It Together (Parent-Child Co-participation)
Change the stdin number to today's actual temperature and see if the program answers right β chat about how weather apps run thousands of conditions just like this.