Introduction
A for loop helps you repeat actions for each item in a list or collection. It makes working with groups of things easy and organized.
When you want to print each name in a list of friends.
When you need to add up all numbers in a collection.
When you want to check each item in a shopping cart.
When you want to change or use every element in a list one by one.