2. Funktionen

def add(a,b):
    return a+b
add(1,2)
3
add(4,5)
9