Sweet! Elif statements are almost exactly like if statements.
Let's start with elif, then check a condition and end the line with a colon. On the next line, we'll add the print() instruction.
elif
print()