def add(a, b) # Bug: missing colon at end of function definition return a + b def multiply(a, b): return a * b