문제 링크
정답 :
def solution(a, b): return str(int(a) + int(b))