Module: Iteration

Learning Outcomes

What are loops and why are they useful?

To answer this question you will learn to:

  1. Understand why loops are useful.

  2. Understand the role of indentation in loops.

  3. Implement a combination of loops and control flow to extract data from a data structure.

Readings

Experiential Learning