What does for number in numbers: do?
for number in numbers:
Process only the first item
Sort the sequence automatically
Assign each sequence item to number in turn and execute the indented body
number
Delete each item after reading it