πΊοΈ 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
π¨βπ©βπ§ 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.