Sorting python dictionary with tuples of keys and using lambda

后端 未结 0 417
轻奢々
轻奢々 2021-01-02 12:05

Here is how my dictionary looks like:

{((0,), (16,)): 12.0, ((0,), (17,)): 14.0, ((1,), (16,)): 10.0, ((1,), (17,)): 13.0, ((2,), (15,)): 9.0, ((2,), (16,)):          


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