a = int(input())
b = int(input())
c = int(input())
T = str(a * b * c)
for i in range(10):
print(T.count(str(i)))
count 함수 사용
'Algorithm > Python' 카테고리의 다른 글
10430 파이썬 한 줄에 하나씩 출력하기 (0) | 2022.04.02 |
---|---|
백준 11022번: A + B - 8 _파이썬 (0) | 2022.01.12 |
백준 2742번: 기찍 N _파이썬 (0) | 2022.01.12 |
백준 2438번 : 별 찍기 - 1 _파이썬 (0) | 2021.11.21 |
백준 2562번 : 최댓값 _파이썬 (0) | 2021.11.19 |
댓글