while
while <Boolean expression>: <sequence of statements>
Calculate the sum of the number starting 1 to 100.
for
for <variable> in <iterable object>: <sequence of statements>