import time import multiprocessing def mydef(arg): time.sleep(arg) print("Seleeped for 1 Sec") pro=[] for _ in range(15): p=multiprocessing.Pro