suma de cualquier número en Python

sum(list(map(int,input().split())))
Famous Finch