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.
1 parent 445e49f commit 1b09527Copy full SHA for 1b09527
exercises/concept/mecha-munch-management/.docs/hints.md
@@ -50,6 +50,7 @@ The dictionary section of the [official tutorial][dicts-docs] and the mapping ty
50
[dicts-docs]: https://docs.python.org/3/tutorial/datastructures.html#dictionaries
51
[fromkeys]: https://docs.python.org/3/library/stdtypes.html#dict.fromkeys
52
[items]: https://docs.python.org/3/library/stdtypes.html#dict.items
53
+[keys]: https://docs.python.org/3/library/stdtypes.html#dict.keys
54
[mapping-types-dict]: https://docs.python.org/3/library/stdtypes.html#mapping-types-dict
55
[mvp]: https://en.wikipedia.org/wiki/Minimum_viable_product
56
[set-default]: https://docs.python.org/3/library/stdtypes.html#dict.setdefault
0 commit comments