File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -663,9 +663,10 @@ def print_words(words):
663
663
})
664
664
665
665
final_text = """
666
- Congratulations! You've reached the end of the course so far. More is on the way!
666
+ 👌
667
+
668
+ Now that you can *get* values from a dictionary, you'll soon learn how to *set* values in a dictionary.
667
669
"""
668
- # TODO
669
670
670
671
671
672
class CreatingKeyValuePairs (Page ):
@@ -1136,4 +1137,6 @@ def substitute(string, d):
1136
1137
For this to work, we just have to make sure that all the values in `letters` are unique.
1137
1138
Otherwise it would be impossible to decrypt messages properly. If both `'h'` and `'j'` got replaced with `'q'`
1138
1139
during encryption, there would be no way to know whether `'qpeef'` means `'hello'` or `'jello'`!
1140
+
1141
+ Congratulations! You've reached the end of the course so far. More is on the way!
1139
1142
"""
You can’t perform that action at this time.
0 commit comments