[Python] 비교함수

김가영·2021년 1월 25일
0

Python

목록 보기
15/17

파이썬에서 비교함수 넣어주는 방법
from functools import cmp_to_key
해준 후
sorted(리스트, key = cmp_to_key(비교함수)

profile
개발블로그

0개의 댓글