How to update python dictionary multiple sub values?

前端 未结 0 1867
慢半拍i
慢半拍i 2020-11-22 11:31

I have the following Python 2.7.16 dictionary with default values:

settings = {
    \'alpha\': {
        \'Add\': [],
        \'Delete\': [],
        \'Patch\         


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