WARNING: This program has a runs, but it contains a logic error so we need to fix it!

RULE: Python will NOT automatically include a space between strings. We must include that space in the string.

  • Click Run to see the error on the stage. There's a space missing in the program.
  • To fix the error, add a space at the end of the string inside the quotes, like this: "is ".

# THIS ACTIVITY IS IN PREVIEW ONLY MODE