這有錯?和答案一模一樣,現在復制答案都讓檢查輸出是否匹配
s = 'Python was started in 1989 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 這有錯?和答案一模一樣,現在復制答案都讓檢查輸出是否匹配
2017-07-31
舉報
2017-08-08
s = 'Python was started in 1989 by \"Guido\". Python is free and easy to learn.'
print s
#把?\n 去掉試試 ? ? ?\"Guido\" 這個也是可以執行的 問題在那個\n ? ?新手如錯了請指導
2017-08-01
?\"Guido\" 這個雙引號不用轉義,外面用的是單引號