輸入print,出現以下錯誤:SyntaxError: Missing parentheses in call to 'print'
如題,我像視頻里提到的輸入print 'hello, world.',出現SyntaxError: Missing parentheses in call to 'print'的錯誤,這是為何?
如題,我像視頻里提到的輸入print 'hello, world.',出現SyntaxError: Missing parentheses in call to 'print'的錯誤,這是為何?
2017-02-23
舉報
2017-02-24
我用的3.6
2017-02-23
print (hello, world) 改成如上就不會錯,可能是版本問題
2017-02-23
你的是3.4版本把,,,要用2.7版本的。