soma de qualquer número em python

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