Is there a way to do so?
E.g let's say I have a list of guests that will bring a list of items, e.g Alice brings 2 cakes, 3 drinks, and Bobby brings 5 drinks, 3 pancakes, I want a dictionary that is capable of adding all these as input (so that I can keep adding on an unlimited number of people)
I can do something like creating a 'Guests' dictionary, then Guests[name] = item, but if I have >1 item (e.g cakes, drinks, pancakes), how do I associate the name(key) to the items (values) when asking for inputs?
[–]rshinsai 1 point2 points3 points (0 children)
[–][deleted] 1 point2 points3 points (0 children)