math_add.py 32 B

12
  1. def add(a, b):
  2. return a + b