hashmaps1 solution

This commit is contained in:
mo8it
2024-06-24 13:20:50 +02:00
parent 0cd96afe63
commit 5baa503bfc
3 changed files with 49 additions and 13 deletions
+2 -6
View File
@@ -558,12 +558,8 @@ paths to bring these two in using only one line."""
name = "hashmaps1"
dir = "11_hashmaps"
hint = """
Hint 1: Take a look at the return type of the function to figure out
the type for the `basket`.
Hint 2: Number of fruits should be at least 5. And you have to put
at least three different types of fruits.
"""
The number of fruits should be at least 5 and you have to put at least 3
different types of fruits."""
[[exercises]]
name = "hashmaps2"