Flow Control
There are three flow control structures:
sequential
selection
the if statement
repetitive
for loops
while loops
Interrupting the flow control
Interrupting the flow control
pass
break
continue
else on loops
There are three flow control structures:
sequential
selection
the if statement
repetitive
for loops
while loops
pass
break
continue
else on loops