======
for <control-variable> in <sequence/items in range>: <statements inside body of the loop>
Equation: while test_condition : body of while
Programs:
break
continue
for
num
while