if
if the condition is true then do something, otherwise carry on.
if else
If the condition is true do something
If the condition is false do something else
if elif else
Keep testing for different conditions
As soon as one is true
Do something
Otherwise do something else.