CONDITION-CONTROLLED LOOP

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.