This lesson is in the early stages of development (Alpha version)

Automation using control functions

Overview

Teaching: 40 min
Exercises: 30 min
Questions
  • 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.