We can take the control flow even further by using an else statement.

Nice one. When the if condition is false, the else block of code will run instead.

We want to run the code in the else block not the if block!