Create third dictionary by comparing the values of two dictionaries

后端 未结 0 1168
栀梦
栀梦 2020-12-17 07:59

I have Two dictionaries like below

dic1 = {\'1\': \'india\',\'2\': \'america\',\'3\': \'china\'}
dic2 = {\'A1\':\'india\',\'A2\':\'india\' ,\'A3\':\'america\'         


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