add element from dict to other dict with key condition

前端 未结 0 778
孤独总比滥情好
孤独总比滥情好 2020-12-15 05:17

I want to add element from dict to other dict with that the Key has the same value for example, i have

A = { \'A\' : 3 , \'B\' : \'yes\' } 
B = { \'B\' : \'ye         


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