counter1 [Python] Collections : 개수 세기 (Counter) 간단한 라이브러리를 사용하여 딕셔너리의 개수 세기 문자열에서 사용되는 알파벳의 개수를 세거나 해시 문제를 풀 때 유용하니 기억하자 참고 : https://docs.python.org/3/library/collections.html#collections.Counter Collections 라이브러리 파이썬의 list, tuple, dict에서 확장된 기능 제공 import collections : collections.Counter로 사용 from collections import Counter : Counter로 바로 사용 가능 # Collections import collections from collections import Counter Counter (딕셔너리 개수 세기) dict의 subclas.. 2022. 5. 10. 이전 1 다음