Bummer! You must be logged in to access this page.

Well done!

You have completed Review Deletion!

Quiz Question 1 of 4

Consider the following code:

elements = [
    "Hydrogen",
    "Helium",
    "Lithium",
    "Symposium",
    "Beryllium",
    "Boron",
    "Carbon",
]

incorrect = elements.___(__)
print("{} is not an element".format(incorrect))

Which answer completes the code so that the output is:

Symposium is not an element

Choose the correct answer below:

Skip Quiz Review Video