Do the following:
- Create an object that is an integer.
- Use a operator (equal to, less than, etc.) to see if the statement is True or False.
- Do the same thing, but add elif.
- Do the same thing again, but add else.
If you get stuck, feel free to look at Lesson 08: Cheat Sheet.