課程
/后端開發(fā)
/Python
/Python3 入門教程(新版)
任務(wù)練習。
2021-05-28
源自:Python3 入門教程(新版) 3-5
正在回答
輸出結(jié)果:special string:',",\,\\,\n,\t
舉報
python3入門教程,讓你快速入門并能編寫簡單的Python程序
2 回答print('special string: \',\",\,\\\,\\n,\\t.')
1 回答print('special string:\',", \\, \\\, \\n, \\t')
2 回答s = 'special string: \', ", \\, \\\\, \\n, \\t'
1 回答>>>s = 'special string: \', ", \\, \\\\, \\n, \\t' >>>s 'special string: \', ", \\, \\\\, \\n, \\t'
2 回答print('special string: \',\",\,\\\,\\n,\\t,') 這個編譯對不,運行怎么都是對的,我都不知道標準答案了
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2021-05-29
輸出結(jié)果:special string:',",\,\\,\n,\t