Exercise: Create Python List III

The code below creates a list named elements. Currently, elements doesn't satisfy the conditions specified in the print statement. Update the list so that the output is True.
Python
Setting up Python environment...
Output