Repeats code for all items in a sequence (list, tuple, dictionary, set, string). In the example, "item" is the loop variable. The first time through the code, "item" is the first item in the sequence. Each time the loop repeats, the loop variable is assigned the next item in the sequence.
First appear on: Задание 26