[issue17775] Error with Hello, World in 3.3.1

2013-04-17 Thread David Walker
Changes by David Walker : -- resolution: -> invalid status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue17775] Error with Hello, World in 3.3.1

2013-04-17 Thread Ramchandra Apte
Ramchandra Apte added the comment: Python 3 and Python 2 have different syntax (same code won't work with both versions). You would have to run print("Hello, World") Please close this bug as invalid. -- nosy: +Ramchandra Apte type: compile error -> behavior

[issue17775] Error with Hello, World in 3.3.1

2013-04-17 Thread David Walker
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