python multiprocessing error - can't open file 'HTTPS': [Errno 2] No such file or directory

前端 未结 0 1769
时光说笑
时光说笑 2021-02-13 23:09

so Ive been trying to run the below code on my machine:

from multiprocessing import Process


def work():
    print("Im working...")


if __name__ == \'         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题