def sum(a, b): return a + b def subtraction(a, b): return a - b