使用Python 3打印時出現語法錯誤為什么在Python 3中打印字符串時會收到語法錯誤?>>> print "hello World"
File "<stdin>", line 1
print "hello World"
^SyntaxError: invalid syntax
添加回答
舉報
0/150
提交
取消