Merging elements of a 2d list in python

后端 未结 0 405
一个人的身影
一个人的身影 2020-12-11 16:52

I have a 2D list. I want to merge the first elements of each of the 1D list. For eg.[[40,0,0],[41,5,10],[3,10,30]] My output list should look like:[[40,0,0,41],[5,10,3],[10,

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