[Level 1] 문자열 내 p와 y의 개수

나며기·2021년 9월 9일
0

programmers

목록 보기
16/111
post-thumbnail
def solution(s):
    return s.lower().count('p') == s.lower().count('y')
profile
PLUS ULTRA

0개의 댓글