return dictionary with nth value in all lists within a nested dictionary and retain other values

前端 未结 0 581
余生分开走
余生分开走 2020-12-04 04:13

I have a dictionary that looks like this:

list_in = {\'key0\': {a: [A, B, C], b: [A, B, C]}, \'key1\': {c: [A, B, C], d: [A, B, C]}, \'key2\': {e: 0, f: 0}}
<         


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