Bummer! You must be logged in to access this page.
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: