문자열 내 p와 y의 개수
def solution(s): return s.lower().count('p') == s.lower().count('y')
이전 포스트 모의 고사
다음 포스트 문자열 내 마음대로 정렬하기