is there any code for merging two nested dictionary values in python?

后端 未结 0 396
星月不相逢
星月不相逢 2021-01-17 19:58

I have nested dictionaries and want to get merged values

d1=dict() d2=dict() d1 = {1: {\'x1\':(\'y1\')}, 2: \'y1\'} d2 = {1: {\'x1\':(\'y3\')}, 2: \'y2\'}

I wa

相关标签:
回答
  • 消灭零回复
提交回复
热议问题