Python Loops

Loops are a compact way to repeat certain instructions until a specific condition is met or for a specified number of times. The following tutorial is an introduction to loops in Python including for and while loops.