On 7/30/2015 9:22 PM, Dwight GoldWinde wrote:
Please help.

I am running Python 3.4 on my Mac mini, OS X 10.10.2, using Coderunner 2
as my editor.

Here’s the code:
#!/usr/bin/env python3
word = (input('Enter a word ‘))

The outer parentheses are not needed.
Ditto to the other comments, especially about not using html and the unicode quote that causes SyntaxError.

--
Terry Jan Reedy


--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to