進程與線程1(停了幾天,要補上,Python day 20)

單純理解 進程 os.getpid()——————得到這個進程的進程號 os.getppid()——————得到這個進程的父進程號 import time,os from multiprocessing import Process #多進程的顯示,併發執行了 x=10 def dance(): global x x+=20 print('dance:',x) f
相關文章
相關標籤/搜索