Python Order 2D -Array nach SECODE -Element

sorted(arr, key=lambda x: x[1])
Crazy Curlew