def addition(a, b): return a + b def division(a, b): return a / b def multiply(a, b): return a * b