from multiprocessing import Process import os import time def info(titile): print(title) print('module name',__name__) print('prarent process:',os.getppid) print('process id:',os.getpid) def f(name): info('