Summe von Zahlen in Python
sum(list(map(int,input().split())))
Famous Finch
sum(list(map(int,input().split())))