Chapter 8 Conditional and Iterative Statements PDF
Chapter 8 Conditional and Iterative Statements PDF
Chapter- 4
By-
Neha Tyagi
PGT (CS)
KV 5 Jaipur(II Shift)
Jaipur Region
Neha Tyagi, KV 5 Jaipur
Introduction
• Generally a program executes from starting point to
end point.
• Some program does not execute in order.
• As per the requirement, execution order of the
program can be changed and it is also possible to
execute a program repeatedly.
• Python provides control structures to manage the
order of execution of a program, which are if-else,
for, while and jump statements like break, continue.
Symbols to be
used in
Flowchart
– not in operator-
5 not in [1,2,3,4] will return True.
While <LogicalExpression>:
<loop body with increment
or decrement>
Output
Start
Stop
Step
Output Output
OUTPUT
www.pythontrends.wordpress.com