Introduction
A for loop with ranges helps you repeat actions a set number of times easily.
When you want to count from 1 to 10 and do something each time.
When you need to go through numbers between two values.
When you want to repeat a task a fixed number of times.
When you want to loop backward through numbers.
When you want to skip some numbers while looping.