STEP 3: Let's rename our list. Since it's going to be a list of the basic grocery items we need, let's name it basics.

Just like a variable, sprite, or shape, the name of a list is the word before the equals sign = .

  • Rename the list basics.
  • Change the variable used in .Display() to basics.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE