We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 372d2b0 + 444c994 commit cc6568bCopy full SHA for cc6568b
1 file changed
_episodes/01-short-introduction-to-Python.md
@@ -450,7 +450,7 @@ for key in rev.keys():
450
> ## Changing dictionaries
451
>
452
> 1. First, print the value of the `rev` dictionary to the screen.
453
-> 2. Reassign the second value (in the *key value pair*) so that it no longer
+> 2. Reassign the value that corresponds to the key `2` so that it no longer
454
> reads "two" but instead "apple-sauce".
455
> 3. Print the value of `rev` to the screen again to see if the value has changed.
456
0 commit comments