為什么第二段輸出錯誤?
# s = 'Python was started in 1989 by \"Guido\".\nPython is free and easy to learn.'
# print s
s = 'Python was started in 1898 by \"Guido\".\nPython is free and easy to learn.'
print s
# s = 'Python was started in 1989 by \"Guido\".\nPython is free and easy to learn.'
# print s
s = 'Python was started in 1898 by \"Guido\".\nPython is free and easy to learn.'
print s
2018-08-22
舉報
2018-08-22
你這兩段代碼都一樣啊,而且語法上沒錯誤