key1 [python] sorting Key Functions총 정리 [python 공식 문서] Sorting HOW TO — Python 3.8.4rc1 documentation Sorting HOW TO Author Andrew Dalke and Raymond Hettinger Release 0.1 Python lists have a built-in list.sort() method that modifies the list in-place. There is also a sorted() built-in function that builds a new sorted list from an iterable. In this documen docs.python.org sort와 sorted는 정렬 시 비교 기준이 되는 key parameter를 가질 수 있다. sorted("Th.. 2020. 7. 4. 이전 1 다음