Lesson 08: Coding Exercise

Do the following:

  1. Create an object that is an integer.
  2. Use a operator (equal to, less than, etc.) to see if the statement is True or False.
  3. Do the same thing, but add elif.
  4. Do the same thing again, but add else.

If you get stuck, feel free to look at Lesson 08: Cheat Sheet.