Control Structures
Control Structures
Control Structures
The commands learned so far followed a linear sequence, until the last command
Is executed. Control structures allow the commands to be executed under certain
Condition.
• Conditional statement
• Loops
• Functions
Conditional statement
if statement
if else statement
elif statement
Flowchart of if statement
if else statement
Nested if…else statement
Types of loop:
● For loop
● While loop
● Repeat loop
For
For loopLoop