Feb 7, 2023 ContentsContents딕셔너리 부분Counter딕셔너리 부분Counterfrom collections import Counter foo = Counter([1, 2, 3, 4]) foo.most_common(2) # 가장 많은 요소 2개 찾기