最佳答案
为什么我在Python 3中打印字符串时收到语法错误?
>>> print "hello World"
File "<stdin>", line 1
print "hello World"
^
SyntaxError: invalid syntax