Python
DAY 3
Python – Conditional statements
Directs the order of execution
Key feature of a programming language
Decision must be made for the selection of actions
Decision depends on the value of a variable
Decision can be based on the output of the expressions
Python – Conditional statements contd.
Python – Conditional statements contd.
If statement
If else statement
Elif statement
Nested If
Python – Conditional statements contd.
Python - Summary
❖Conditional statements
❖If, If else, Elif, Nested If statements

Use the technique of the python and knowledge