Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #94850 > unrolled thread

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

Started byTerry Reedy <tjreedy@udel.edu>
First post2015-08-01 14:35 -0400
Last post2015-08-01 14:35 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: I'm a newbie and I'm stumped... Terry Reedy <tjreedy@udel.edu> - 2015-08-01 14:35 -0400

#94850 — Re: I'm a newbie and I'm stumped...

FromTerry Reedy <tjreedy@udel.edu>
Date2015-08-01 14:35 -0400
SubjectRe: I'm a newbie and I'm stumped...
Message-ID<mailman.1137.1438454163.3674.python-list@python.org>
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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web