Sort list based on the index value without sort() or sorted()

前端 未结 0 1857
不知归路
不知归路 2020-11-27 13:20

I have a list that I want to sort by the index without using sort() or sorted()

list2d=[[6,7,8,9],
       [8,8,8,8],
       [97,64,3,11]]

So

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