[Tutor] print 'hello world' - invalid syntax

Quidam S-enfuit quidam_senfuit at yahoo.com
Sun May 20 20:08:16 CEST 2012


I have installed python on the windows 7 machine. (Tried 64 bit version also; same error).
I tried print "Hello world" and  print 'hello world'.  It stated syntax error!?...
Thanks.
=======copied from python (interactive command) /pasted below==================
Python 3.2.3 (default, Apr 11 2012, 07:15:24) [MSC v.1500 32 bit (Intel)] on win

32

Type "help", "copyright", "credits" or "license" for more information.

>>> print 'hello world'

  File "<stdin>", line 1

    print 'hello world'

                      ^

SyntaxError: invalid syntax






==============================end====================================

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20120520/d4e5e05e/attachment.html>


More information about the Tutor mailing list