Hello, I am just starting out with Python and ran into a problem
day one. I am doing this statement:
input("\n\nPress the enter key to exit.")
I get the following error:
>>> input("\n\nPress the enter key to exit.")
Press the enter key to exit.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "<string>", line 0
^
SyntaxError: unexpected EOF while parsing
I am using Linux (Shell) and PyCharm and get the same result when I run
the command. I know this is stupid but any help would be appreciated.
Thanks,
Stefan
_______________________________________________
Tutor maillist - [email protected]
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor