Convert a key of a dict to a value inside the same dict (python)

前端 未结 0 370
逝去的感伤
逝去的感伤 2020-11-22 00:06

Is there a simply way to convert this :

{
\'A\': {\'a2\': \'a3\',\'a4\': \'a5\'},
\'B\': {\'b2\': \'b3\',\'b4\': \'b5\'}
}

to this :



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