Well done!

You have completed Review Indexing!

Quiz Question 1 of 4

What would be the output of the following code?

characters = [
    "T'Challa",
    "N'Jadaka",
    "Nakia",
    "Zuri",
    "Okoye",
    "Ramonda",
    "Shuri",
]

fave = characters[-1]
print(fave)

Choose the correct answer below:

Skip Quiz Review Video