r符號(hào)轉(zhuǎn)義
r'''Python is created by "Guido".
It is free and easy to learn.
Let's start learn Python in imooc!'''
為什么r'''...'''里面不能出現(xiàn)'并且‘’在輸出結(jié)果中會(huì)被自動(dòng)刪去
r'''Python is created by "Guido".
Let's start learn Python in imooc!'''
為什么r'''...'''里面不能出現(xiàn)'并且‘’在輸出結(jié)果中會(huì)被自動(dòng)刪去
2021-05-13
舉報(bào)
2021-05-14
沒有用r時(shí),那個(gè)and能出現(xiàn)嗎?你測試一下