Dictionary key-value pairs interchange, the value is not unique

后端 未结 0 435
野性不改
野性不改 2020-12-02 10:45

Dictionary key-value pairs interchange, the value is not unique.

input : {\'A\':[1,2,3],\'B\':[2,3,4]} output: {1:[\'A\'],2:[\'A\',\'B\'],3:[\'A\',\'B\'],4:[\'B\']}

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