Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Introducing Lists Meet Lists Review Deletion

This question does not make any sence

What if I don't know which one of these is not an element what am I supposed to choose

1 Answer

Steven Parker
Steven Parker
230,688 Points

It looks like you're referring to the question that says:

Which answer completes the code so that the output is:
Symposium is not an element

One of the list items will be "not an element" when the code finishes because the code will be removing it from the list. Your task is to choose which combination of operation and argument will remove "Symposium" and assign that value to the variable named incorrect.