Dictionary from list comprehension

前端 未结 0 1198
长发绾君心
长发绾君心 2021-02-12 15:06

I have a following list.

arr_lst = [(1, 34, 99), (2, 35, 40), (2, 36, 50), (2, 37, 10), (3, 37, 90), (3, 38, 8)]

I found dictionary keys, which i

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