πΊοΈ Map βΊ
⚔️ Apprentice βΊ
🔁 Loops & Lists
Lesson 4 β Loop + list: The Power Duo
β± 25–30 minutes 💻 Write real Python in the browser (runs instantly, nothing to install)
π‘ for picks items out of a list one by one, no manual indexing — 4 items or 4 million, the code stays the same
π¨βπ©βπ§ 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 picks items out of a list one by one, no manual indexing β 4 items or 4 million, the code stays the same
Learning Objective
Kids use for to visit every list member and accumulate values while looping (summing scores, counting) β the two moves real programs use most.
Do It Together (Parent-Child Co-participation)
Put one day's real family expenses (4β5 items, rounded) into a list and have your child loop-sum it β does it match the calculator every time?