Introduction
A for-in loop with ranges helps you repeat actions a set number of times easily.
When you want to count from 1 to 5 and do something each time.
When you need to repeat a task exactly 10 times.
When you want to go through numbers between two values.
When you want to print numbers in order.
When you want to create a list of numbers using a loop.