I'm a newbie and I'm stumped...

Terry Reedy tjreedy at udel.edu
Sat Aug 1 14:35:46 EDT 2015


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





More information about the Python-list mailing list