Spaces:
Sleeping
Sleeping
changed names
Browse files
app.py
CHANGED
|
@@ -16,8 +16,8 @@ def get_parents(child:str)-> str: #it's import to specify the return type
|
|
| 16 |
child: the child's name
|
| 17 |
"""
|
| 18 |
chid_parent_dict = {
|
| 19 |
-
"
|
| 20 |
-
"
|
| 21 |
}
|
| 22 |
return chid_parent_dict[child]
|
| 23 |
|
|
|
|
| 16 |
child: the child's name
|
| 17 |
"""
|
| 18 |
chid_parent_dict = {
|
| 19 |
+
"Herman": ("VK", "PD"),
|
| 20 |
+
"Maria": ("BP", "Guri")
|
| 21 |
}
|
| 22 |
return chid_parent_dict[child]
|
| 23 |
|