Ezio Melotti added the comment: 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/
---------- nosy: +ezio.melotti resolution: -> invalid stage: -> committed/rejected status: open -> closed _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16875> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com