HanuLab HanuLab
πŸ—ΊοΈ 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)
πŸ’‘ Play away! To save stars, ask a parent to log in
πŸ‘¨β€πŸ‘©β€πŸ‘§ 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.