10808번 풀이 [Python]

sua·2022년 6월 6일
0

Baekjoon

목록 보기
46/161
post-thumbnail

문제


풀이

s = input()
 
for i in range(97, 123) :
    print(s.count(chr(i)), end = " ")
profile
가보자고

0개의 댓글