請(qǐng)問(wèn)一下, 這兩句為什么運(yùn)行出來(lái)是一樣的?
s = 'Python was started in 1989 by \"guido\".\nPython is free and easy to learn'
s = 'Python was started in 1989 by "guido".\nPython is free and easy to learn.'
s = 'Python was started in 1989 by \"guido\".\nPython is free and easy to learn'
s = 'Python was started in 1989 by "guido".\nPython is free and easy to learn.'
2015-08-17
舉報(bào)
2015-08-17
單引號(hào)可以把雙引號(hào)直接顯示,雙引號(hào)也可以把單引號(hào)直接顯示。三引號(hào)可以直接顯示單雙引號(hào)并且可以顯示多行