I want to merge the values of two dictionaries by their keys. Example:
d1 = {\'a\':1, \'b\':2, \'c\':3} d2 = {\'a\':2, \'b\':[2,3], \'d\':3} desired_output =