WARNING: This program has a bug! 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 parameter inside parens tells us which value to remove.

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


# THIS ACTIVITY IS IN PREVIEW ONLY MODE