PYTHON LANGUAGE
Sort
로그앤
2022. 6. 19. 04:15
1. Sort By Multiple Keys
arr.sort(key = lambda x:(x[1],x[0]))