gpt4 book ai didi

Python,合并多级字典

转载 作者:太空狗 更新时间:2023-10-30 02:34:01 24 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
python: Dictionaries of dictionaries merge

my_dict= {'a':1, 'b':{'x':8,'y':9}}
other_dict= {'c':17,'b':{'z':10}}
my_dict.update(other_dict)

结果:

{'a': 1, 'c': 17, 'b': {'z': 10}}

但我想要这个:

{'a': 1, 'c': 17, 'b': {'x':8,'y':9,'z': 10}}

我该怎么做? (可能以一种简单的方式?)

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com