How to generate a nested dictionary?

前端 未结 0 1098
旧时难觅i
旧时难觅i 2020-12-16 13:23

I wanted to create a nested dictionary, like {\'match\':{\'sam\':65}, \'match\':{\'john\':55}}. When I run my code it generate the final dictionary as {\'match\':{\'sam\':55

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