differentiate between two values with same key in a nested dictionary

后端 未结 0 1220
逝去的感伤
逝去的感伤 2021-02-01 21:34

I have a nested dictionary in Python with the following structure:

d= {
 \'name\': \'test\',
 \'IBM\': 146.48,
 \'MSFT\': 44.11,
 \'CSCO\': 25.54,
 \'micro\': {\'         


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