Skip to content

Commit 1b09527

Browse files
authored
Added link to dict.keys for Mecha Munch Management hints file. (#3861)
1 parent 445e49f commit 1b09527

File tree

1 file changed

+1
-0
lines changed
  • exercises/concept/mecha-munch-management/.docs

1 file changed

+1
-0
lines changed

exercises/concept/mecha-munch-management/.docs/hints.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ The dictionary section of the [official tutorial][dicts-docs] and the mapping ty
5050
[dicts-docs]: https://docs.python.org/3/tutorial/datastructures.html#dictionaries
5151
[fromkeys]: https://docs.python.org/3/library/stdtypes.html#dict.fromkeys
5252
[items]: https://docs.python.org/3/library/stdtypes.html#dict.items
53+
[keys]: https://docs.python.org/3/library/stdtypes.html#dict.keys
5354
[mapping-types-dict]: https://docs.python.org/3/library/stdtypes.html#mapping-types-dict
5455
[mvp]: https://en.wikipedia.org/wiki/Minimum_viable_product
5556
[set-default]: https://docs.python.org/3/library/stdtypes.html#dict.setdefault

0 commit comments

Comments
 (0)