Funktionen in Python 09/09/202322/08/2023 von wp_admin def add(p1, p2): sum = p1 + p2 return sum print(add(2, 4))