Mac のターミナルから Python プログラムを実行しようとすると、少し問題が発生します。「.py」プログラムに「input ("press the enter key to find out.")」コマンドがある場合、「return」キーを押すと、端末に次のエラー メッセージが表示されます。
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
誰かが問題の場所を説明できますか?
前もって感謝します。