Python -Dekorationsfunktionen mit Parametern
def divide(a, b):
return a/b
SAMER SAEID
def divide(a, b):
return a/b