I want to let my results of the multiprocessing to 4 lists how could I do that. I tried below but only get the last one list.
def multiply(x, y): return x * x,