def solution(n): answer = list(map(int, str(n))) return sum(answer)
Python
Programmers
codingtest
Post : 2021.12.26 22:05