I have a file thats like this:
def runtask(task_num): print((\'Task {} | Status: started\').format(task_num)) time.sleep(2) print((\'Task {} | Sta