There's one more thing we can add to our if statement. elif allows us to add additional conditions beyond the initial condition.

Great! Now the computer displays Good afternoon when hour isn't less than 12 but is less than 17.

The actual word should be elif.