WARNING: This program 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 ".

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)