[New-bugs-announce] [issue17775] Error with Hello, World in 3.3.1

David Walker report at bugs.python.org
Wed Apr 17 15:57:06 CEST 2013


New submission from David Walker:

I'm brand new to Python (and programming in general) and I'm reading "Python for Dummies" while trying to learn this.  I downloaded 3.3.1 and when I entered the command

>>> print "Hello, World!"

it would give the following error:

SyntaxError: invalid syntax
  File "<stdin>", line 1
     print "Hello, World!"

Yet when I do the same thing in v 2.7.4 it works fine.  Is there something I'm doing wrong?  Thanks in advance

----------
components: Windows
messages: 187161
nosy: walkah21
priority: normal
severity: normal
status: open
title: Error with Hello, World in 3.3.1
type: compile error
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17775>
_______________________________________


More information about the New-bugs-announce mailing list