Control statements are responsible for managing the flow in which loops get executed. Programming languages provide various control structures that allow for more complicated execution paths.
Python supports the following three control statements:-
- break
- countinue
- pass