Repeats code for all items in the sequence of numbers created by the range. In the example, "index" is the loop variable. The first time through the code, "index" is the first number in the sequence (created by range). Each time the loop repeats, the loop variable is assigned the next number in the sequence.
First appear on: challenge 31