For a more specific condition, like if hour is greater than 12 but less than 17, we can code elif hour < 17: instead.

Make sure to pick elif, followed by hour < 17, and finally :.