Activity: Add Values

STEP 2: We need to add three more values to complete our list.

Remember to add your list values inside the square brackets [ ] and to separate each list value with a comma.

  • Add the values "pluto", "space", and "city".
  • Click Submit and Next to move on and learn how to acess specific items stored in a list.


######################################################################## # PLACE LIST CREATIONS HERE # ######################################################################## stage_list = ["moon", "mars", "jupiter"] ######################################################################## # PLACE ALL OTHER CODE BELOW THIS # ########################################################################
Support