Collecting first item of a list in a list of lists

前端 未结 0 1714
故里飘歌
故里飘歌 2021-01-28 12:48

I have a list that looks like the following one:

my_list = [[[(2,3,4,5)]],[[8,2,4,2]],[[9,0,0,0]]]

Now, I want to find a way to make a new list

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