728x90
def solution(n):
    return sum(int(c) for c in str(n))
728x90

+ Recent posts