Python recursive function for converting lists to dictionaries

前端 未结 0 1645
深忆病人
深忆病人 2021-02-15 14:56

I have list of lists and want to get dictionary of dictionaries:

import json

list = [
        [\'1\', \'2\', \'3\'],
        [\'a\', \'b\'],
        [\'I\', \'II         


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