CHALLENGE 9: Tell your classmates what your favorite and least favorite foods are!

We can add to lists using the .append() command and dot notation.

  • In , use Append to add at least two new foods to your most favorite foods list.
  • Use Append to add at least two new foods to your least favorite foods list.
  • Make sure you update your lists BEFORE you create the display.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE