본문 바로가기

컴퓨터/Python

Python Class | 파이썬 클래스

from collections import Counter
#collections 라는 모듈에서 Counter 라는 클래스를 불러온다.

'컴퓨터 > Python' 카테고리의 다른 글

Python max() | 파이썬 최대값  (0) 2023.02.01
Python dictionary | 파이썬 객체  (0) 2023.02.01
Python comment | 파이썬 주석  (0) 2023.02.01
Python 변수  (0) 2023.02.01
Python operator 연산자  (0) 2023.02.01