HanuLab HanuLab
πŸ—ΊοΈ Map β€Ί 🛡️ Warrior β€Ί 🧩 Functions

Lesson 3 β€” return: Sending Values Back

⏱ 25–35 minutes 💻 Write real Python in the browser (runs instantly) πŸ’‘ Functions return values with return, for further use
πŸ’‘ Play away! To save stars, ask a parent to log in
πŸ‘¨β€πŸ‘©β€πŸ‘§ Notes for parents

Level: Warrior β€” roughly Grade 8 / ages 13–14 Duration: 25–35 minutes Format: Write real Python in the browser (runs instantly) Concept: Functions return values with return, for further use

Learning Objective

Kids understand the difference between print and return, and use returned values.

Do It Together (Parent-Child Co-participation)

Discuss: return is like "handing something back" while print is like "shouting it out" β€” the difference is whether you can use it afterward.