Daftar Pesanan Python dengan beberapa indeks

sorted_list = sorted(a_list, key = lambda x: (x[1], x[0]))
Old-fashioned Ostrich