tall1 = 3 tall2 = 5 def summer(a, b): totalt = a + b return totalt summen = summer(tall1, tall2) print(summen)