If you need your python code to run in multiple process/CPU, ... import subprocess p = subprocess.run(['python', 'test.py']) # or # p ...
確定! 回上一頁