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"]
Bare code: Write a fragment of Python code as described, without any class or function/method heading around your code.

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.