Question -
Answer -
If a sequence contains an expression list, it is evaluated first. Then, the first item in the sequence is assigned to the iterating variable iterating_var. Next, the statements bloc is executed. Each item in the list is assigned t iterating_var, and the statements(s) block is executed until the entire sequence is exhausted.