An If Else statement is a conditional statement used in python to run a different set of statements if a condition is true or false

Example: When going to school you can check:

(Condition) if school bus is outside:

(Decision): Get in the bus

(Alternative) else (means if school bus is  not around):

(Decision): Wait a bit

So this means when you check and the school bus is outside then you should hop in but if you can’t find bus yet, then you have to wait for it