def add(a, b): # BUG: Off by one error return a + b + 1