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 ezio.melotti
Recipients ezio.melotti, pargo
Date 2013-01-06.02:50:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357440654.52.0.193054746368.issue16875@psf.upfronthosting.co.za>
In-reply-to
Content
That's because in Python 3 print is a function, so you need to do print("Hello World!") instead.
See the Python 3 tutorial: http://docs.python.org/3/tutorial/
History
Date User Action Args
2013-01-06 02:50:54ezio.melottisetrecipients: + ezio.melotti, pargo
2013-01-06 02:50:54ezio.melottisetmessageid: <1357440654.52.0.193054746368.issue16875@psf.upfronthosting.co.za>
2013-01-06 02:50:54ezio.melottilinkissue16875 messages
2013-01-06 02:50:54ezio.melotticreate