r符號轉義
r'''Python is created by "Guido".
It is free and easy to learn.
Let's start learn Python in imooc!'''
為什么r'''...'''里面不能出現'并且‘’在輸出結果中會被自動刪去
r'''Python is created by "Guido".
Let's start learn Python in imooc!'''
為什么r'''...'''里面不能出現'并且‘’在輸出結果中會被自動刪去
2021-05-13
舉報
2021-05-14
沒有用r時,那個and能出現嗎?你測試一下