Automation using control functions
Overview
Teaching: 40 min
Exercises: 30 minQuestions
How do we perform repetition without repetition?
Objectives
Be able to write your first loop in Python.
Key Points
Functions should never fail silently.
Errors should be explicitly handled.