0
Can you help me how to create a family-tree by using dictionaries in Python 3?
I am going to make a Family Tree.
3 ответов
+ 2
in python?
+ 2
This is a Coding platform OK 😤
0
You should create a dictionary like this: {'Bill' : ('Mom', 'Dad'), 'Dad' : ('Grandma', 'Grandpa')} with names of your relatives instead of 'Mom', 'Dad'.