我在尝试从 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
有人可以解释问题出在哪里吗?
提前致谢。