217k views
2 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".

1 Answer

1 vote
Be consistent in whether you use single or double quotes to declare your strings: our autograder assumes you'll be consistent.
User ErickBest
by
6.8k points