CONDITION-CONTROLLED LOOP
For Loop
A count-controlled loop repeats a specific number of times.
In Python you use the for statement to write a count-
controlled loop.
For Loop