i.e. in multiprocessing word-acf exercise, perhaps use this instead: ```python def sum(x, y, z): return x + y + z new_fn = lambda x, y: sum(x, y, 2) ```