WARNING: This program has a syntax error! Homework was completed, and we can cross it off the to do list!

RULE: The .remove() function removes a value from our list. We use dot notation to identify which list we want to change and the argument inside the parentheses tells us which item to remove.

  • Click Run and read the error message.
  • Debug this program so that "finish homework" is removed from the to_do list.

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)