課程
/后端開(kāi)發(fā)
/Python
/Python3 入門(mén)教程(新版)
print('special string:\',", \\, \\\, \\n, \\t') 這個(gè)對(duì)嗎鐵子們
2021-05-19
源自:Python3 入門(mén)教程(新版) 3-5
正在回答
dui
weixin_慕妹1563550
舉報(bào)
python3入門(mén)教程,讓你快速入門(mén)并能編寫(xiě)簡(jiǎn)單的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,') 這個(gè)編譯對(duì)不,運(yùn)行怎么都是對(duì)的,我都不知道標(biāo)準(zhǔn)答案了
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購(gòu)課補(bǔ)貼聯(lián)系客服咨詢(xún)優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2021-05-19
dui