PL/Python
[Python] sort key값
SweetDev
2021. 8. 12. 13:28
d = sorted(arr, key = lambda x : x[1])
d = sorted(arr, key = lambda x : x[1])