158,234 views
34 votes
34 votes
Oops, we made a mistake: we created a key "short" and gave it the value "tall", but we wanted to give it the value "long" instead. Write the line of code that will change the value associated with the key "short" to "long".

User Scott Crooks
by
2.5k points

1 Answer

13 votes
13 votes
Be consistent in whether you use single or double quotes to declare your strings: our autograder assumes you'll be consistent.
User JerMah
by
2.8k points