logo CodeStepByStep logo

stormy3

Language/Type: Python lists list mystery

Given the following list:

data = ["It", "IS", "a", "dark", "and", "stormy", "night"]

Write code to remove from the list any strings that contain the letter "a". The following should be the list's contents after your code has executed:

       ["It", "IS", "stormy", "night"]
Function: Write a Python function as described, not a complete program.

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.