請問一下, 這兩句為什么運行出來是一樣的?
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
舉報
2015-08-17
單引號可以把雙引號直接顯示,雙引號也可以把單引號直接顯示。三引號可以直接顯示單雙引號并且可以顯示多行