I'm a novice python programmer and I'm stuck on a homework problem.
I want to combine dictionaries (tried using **dict
) without using the update()
method because I want to keep any duplicate keys. I'm fine with having some keys with multiple values.
Could someone point me in the right direction?
Also, I'm doing this in python 3.3