Python

[python 공부] count

kyeongjun-dev 2020. 10. 31. 02:30

문자열.count('a') 를 하면 문자열에 들어있는 a의 개수만큼 숫자를 반환

리스트.count 해도 되는거 같다.