使用Python 3打印时出现语法错误为什么在Python 3中打印字符串时会收到语法错误?>>> print "hello World"
File "<stdin>", line 1
print "hello World"
^SyntaxError: invalid syntax
添加回答
举报
0/150
提交
取消