πΊοΈ Map βΊ
⚔️ Apprentice βΊ
🔀 Logic & Conditions
Lesson 3 β Booleans and and/or/not: Condition-Mixing Spells
β± 25–30 minutes 💻 Write real Python in the browser (runs instantly, nothing to install)
π‘ Truth values are only True/False — combine conditions with and (both must be true) / or (one is enough) / not (flip it)
π¨βπ©βπ§ 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: Truth values are only True/False β combine conditions with and (both must be true) / or (one is enough) / not (flip it)
Learning Objective
Kids write conditions checking two things at once with and/or, and correctly predict True/False for simple logic expressions.
Do It Together (Parent-Child Co-participation)
Play the prediction game: say a sentence like "today is Saturday and it's raining" and have your child answer True/False based on right now β take turns, using and/or/not.