WARNING: This program has a bug, which means we need to fix it!
RULE: elif-statements must come AFTER an if-statement code block.
- Click Run and read the error message.
- Reverse the order of the if and elif code blocks!
- Debug this program so that it tests for "hedgehog" correctly.
To navigate the page using the TAB key, first press ESC to exit the code editor.