내적
def solution(a, b): return sum(x*y for x, y in zip(a, b))
이전 포스트 x만큼 간격이 있는 n개의 숫자
다음 포스트 문자열을 정수로 바꾸기