WARNING: This program has a bug, which means we need to fix it!

RULE: When we write an if statement, the test line has to have a colon : at the end of the line.

  • Click Run and read the error message.
  • Place a colon at the end of the second if statement, like this: if variable == "string":
  • Debug this program so that it tests for "hedgehog" correctly.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE