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"]
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.