Python input EOFError:EOF when reading a line

python input EOFError: EOF when reading a line 代码如下: 1 from multiprocessing import Process 2 3 def test(): 4 print("----我是子进程-----") 5 num = input("请输入内容:") 6 print(num) 7
相关文章
相关标签/搜索