Python Order 2D Array by Secode Element
sorted(arr, key=lambda x: x[1])
Crazy Curlew
sorted(arr, key=lambda x: x[1])