Introduction
A for loop helps you repeat a set of 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 process each item in a list one by one.
When you want to repeat a task a fixed number of times, like sending reminders.
When you want to create multiple files with similar names automatically.