Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #94850
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: I'm a newbie and I'm stumped... |
| Date | 2015-08-01 14:35 -0400 |
| References | <D1E0EED9.10BBA2%Dwight@GoldWinde.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1137.1438454163.3674.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: I'm a newbie and I'm stumped... Terry Reedy <tjreedy@udel.edu> - 2015-08-01 14:35 -0400
csiph-web