Python Nested If else statement
When there is an if statement (or if..else or if..elif..else) is present inside another if statement (or if..else or if..elif..else) then this is calling the nesting of control statements.
Nested if..else statement example
Here we have a if statement inside another if..else statement block. Nesting control statements make us check multiple conditions