Control statements in python code

They will guide the computer in the execution of a program
However, code that relies heavily on if-else statements is less readable and also less maintainable
Loops