HanuLab HanuLab
πŸ—ΊοΈ Map β€Ί ⚔️ Apprentice β€Ί 🔐 Data & Safety

Lesson 3 β€” Let Python Summarize the Data

⏱ 25–30 minutes 💻 Write real Python in the browser (runs instantly, nothing to install) πŸ’‘ Sum, maximum, average — basic statistics Python computes in one line, using lists from last unit
πŸ’‘ 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: Sum, maximum, average β€” basic statistics Python computes in one line, using lists from last unit

Learning Objective

Kids use sum, len, max on real data lists and compute an average β€” connecting loop/list skills to data work.

Do It Together (Parent-Child Co-participation)

Put the numbers from last lesson's survey table into a list and have your child compute total/max/average in code β€” you verify with a calculator. Who's faster?