Creating list of dictionaries from a dictionary using list comprehension

前端 未结 0 1162
悲&欢浪女
悲&欢浪女 2021-01-28 06:18

I have a dictionary of the format:

d = {\'award1\' : { \'nominees\': [\'name1\', \'name2\'],
                  \'presenters\': [\'name3\', \'name4\'],
                    


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