logo CodeStepByStep logo

stormy2

Language/Type: Python lists list mystery

Given the following list:

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

Write code to change the second element's value to "IS", producing the following list as the result:

       ["It", "IS", "a", "dark", "and", "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.