# Bad: def my_fun_one(x, y): return x * y def my_fun_two(a, b): return a + b