Introduction to flow of control
The order of execution of the statements in a program is known as flow of control. The flow of control can be implemented using control structures.
Python supports two types of control structures:
- Selection
- Repetition