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