Conditional and Looping Statements
Conditional and Looping Statements
– 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