我試圖在Mac上從終端運行python程序時出現了一個小問題。當我的'.py'程序有一個'輸入(「按回車鍵找出。」)'命令終端提供以下錯誤信息,一旦你按下'返回'鍵。在Mac上從終端運行Python .py文件時出錯
Traceback (most recent call last):
File "word_problems.py", line 6, in <module>
input ("press the enter key to find out.")
File "<string>", line 0
^
SyntaxError: unexpected EOF while parsing
有人可以解釋問題出在哪裏嗎?
在此先感謝。
可能的重複:[Python意外的EOF解析時](http://stackoverflow.com/questions/5074225/python-unexpected-eof-while-parsing) – djf
謝謝,我環顧四周stackoverflow,但沒有看到那。 – joesh