HanuLab HanuLab
πŸ—ΊοΈ Map β€Ί ⚔️ Apprentice β€Ί 🔁 Loops & Lists

Lesson 1 β€” for + range: Let the Computer Repeat for Us

⏱ 25–30 minutes 💻 Write real Python in the browser (runs instantly, nothing to install) πŸ’‘ for + range = command once, repeat any number of times — the patterns from last unit, now automated
πŸ’‘ 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: for + range = command once, repeat any number of times β€” the patterns from last unit, now automated

Learning Objective

Kids write for i in range(n), understand that i changes each round, and use range(1, n+1) to count from 1.

Do It Together (Parent-Child Co-participation)

Have your child change the loop to print 100 rounds and run it β€” then chat about which chores at home or at your work repeat so much you wish you had a loop.