This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pargo
Recipients pargo
Date 2013-01-06.02:49:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357440562.93.0.0668661513739.issue16875@psf.upfronthosting.co.za>
In-reply-to
Content
when in the Idle editor this line command does not work:
>>> print "Hello World!"

does not work it says it is a syntax error but 

>>> x="Hello World!"
>>> x
produces this
'Hello World!'
History
Date User Action Args
2013-01-06 02:49:22pargosetrecipients: + pargo
2013-01-06 02:49:22pargosetmessageid: <1357440562.93.0.0668661513739.issue16875@psf.upfronthosting.co.za>
2013-01-06 02:49:22pargolinkissue16875 messages
2013-01-06 02:49:22pargocreate