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
相關文章
相關標籤/搜索