Introduction
A for loop helps you repeat actions easily. It goes through items one by one and does something with each.
When you want to check every item in a list of groceries.
When you need to print each name in a class list.
When you want to add numbers from 1 to 10.
When you want to repeat a task a fixed number of times.
When you want to process each character in a word.