Repeating code execution with for and while loops
Iterating over sequences with for loops
Repeating code while a condition is true
Controlling loop execution with break and continue