In this video, you will learn about Flow Control in Python.
Mainly focus on if-elif-else statements.
Nested if in Python
Conditional Statements:
Many a time, we want a set of instructions to be executed in one situation, and an entirely different set of instructions to be executed in another situation. This kind of situation is dealt with in python programs using decision control instruction.
In decision-making structure programmer specifies one or more conditions to be evaluated or checked by the program, on the basis of result i.e. either true or false, statements get executed.
Flow Control:
Conditional Control Statements
if
if..else
if..elif…else
Nested if..else
Iterative Control Statements
while loop
for loop
https://www.prowessapps.in/python
Write your queries at:
daneyallari@gmail.com
prowessapps.in@gmail.com
Please like, comment, share and subscribe.
Thank You
#daneyallari #python #pythonByDaneyalLari