Q
EOF錯誤
-1
A
回答
0
使用raw_input
而不是input
(input
是Python 3的(主要))
此外,如果仍然不行,請嘗試爲變量賦值到input()
,或使用括號之間的空字符串
IE
a = input()
raw_input('')
+0
謝謝你這個工作 – Padskiiz
0
使用raw_input
而不是Python2中的input
。
raw_input
已在python3中重命名爲input
。
相關問題
- 1. EOF錯誤?
- 2. 錯誤EOF Ocaml
- 3. Python EOF錯誤raw_input()
- 4. EOF錯誤python 3?
- 5. 過早EOF錯誤
- 6. C++ EOF Getline錯誤
- 7. EOF錯誤在Python
- 8. 收到EOF恐慌錯誤
- 9. Imaplib中的EOF錯誤
- 10. EOF異常和ObjectInputStream.readObject()錯誤
- 11. 錯誤:[EOF $文件名]
- 12. EOF錯誤的raw_input與
- 13. 解析EOF時ANTLR4錯誤
- 14. 意外EOF的cronjob錯誤
- 15. EOF Python中酸洗錯誤
- 16. 意外的EOF錯誤
- 17. 意外的EOF錯誤
- 18. 的Python 3 - EOF錯誤
- 19. 保持EOF預期錯誤
- 20. 處理錯誤3021(EOF)VBA
- 21. 使用raw_input時EOF錯誤
- 22. raw_input()中的Python EOF錯誤
- 23. EOF錯誤javascript_include_tag軌道4
- 24. numpy memmap忽略EOF錯誤
- 25. Sqoop錯誤無關輸入「t1」期待EOF接近'<EOF>'
- 26. 發生EOF錯誤無處不在
- 27. 泡椒EOF錯誤而載入對象
- 28. EOF而尋找匹配'「」的錯誤
- 29. 得到一個隨機EOF錯誤
- 30. Mac OSX上的Python EOF錯誤
看起來您剛剛開始學習Python,所以您應該學習Python 3.幾年後,Python 2將不再受支持。 –