2.1. for Loop

Sometime, you want to run through all items in a list, doing the same task with each item. When you want to do this, you can use the for loop.