We can use the else keyword if we want to execute a different code block when the condition in the if statement returns false.

You're onto it! An else statement will only run if the if statement isn't met.

Are you sure you're using the right syntax?