STEP 5: Our list got longer, so let's move our display to the center of the stage so it's easier to read the whole thing.

A list can store an unlimited number of things! The display variable function might run off the stage if the list gets too long. Center it to see all list values.

  • Change the x-coordinate in .Display() to 0.
  • Change the y-coordinate in .Display() to 175.


# THIS ACTIVITY IS IN PREVIEW ONLY MODE