How to replace values in a dictionary regarding the key of another dictionary

后端 未结 0 664
我寻月下人不归
我寻月下人不归 2021-01-29 02:40

I have these two dicationaries:

Dict_Employee_ID = {\'0\': [\'0\', \'1\', \'2\'], \'1\': [\'0\', \'1\', \'2\']}    
Dict_ID_Shift = {\'0\': [\'L\', \'D\'], \'1\':         


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