Introduction
Loops help us repeat actions many times without writing the same code again and again.
When you want to print numbers from 1 to 10.
When you need to check each item in a shopping list.
When you want to add up all scores in a game.
When you want to repeat a task until a condition is met.