Question: In python Exercise Write a function dMerge that takes two dictionaries dl and d2 and returns another dictionary (combination of d1 and d2). The function
Exercise Write a function "dMerge that takes two dictionaries dl" and "d2" and returns another dictionary (combination of d1 and d2). The function is to add values for common keys Sample Input d2 'a': 150 'b': 450 'd:300 Sample Output 43-': 400550 600, "d300)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
