How to Program: Computer Science Concepts and Python Exercises
Loops and Iterations
S1 E5:
Getting a computer to perform a sequence of instructions repeatedly until a task is complete; discovering the ease of writing such loop programs; the peril of getting stuck in infinite loops; investigating while loops, for loops and iterations.