Ned Batchelder added the comment: Python 3 has no print statement, it has a print function, so you need:
print("Hello, world!") ---------- nosy: +nedbat _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue17982> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com