Activity: Practice

CHECK FOR UNDERSTANDING: Here are some questions to check what you've learned about indexes.

  • Use the code in the editor to answer the multiple choice questions.
  • Click Submit and Next to continue.

new_pets = ["panther", "pig", "fox", "dinosaur"] selected_pet = new_pets[2]
Support