Introduction
Loops help you repeat actions many times without writing the same code again and again.
When you want to count from 1 to 10 and print each number.
When you need to keep asking a user for input until they give a valid answer.
When you want to process each item in a list one by one.
When you want to repeat a task until a certain condition is met.