suma jakichkolwiek liczb w Pythonie

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