課程
/后端開發(fā)
/Python
/Python3 入門教程(新版)
print('special string:\',", \\, \\\, \\n, \\t') 這個對嗎鐵子們
2021-05-19
源自:Python3 入門教程(新版) 3-5
正在回答
dui
weixin_慕妹1563550
舉報
python3入門教程,讓你快速入門并能編寫簡單的Python程序
1 回答print("special string: \', \", \\, \\\\, \\n,\\t")
2 回答print('special string: \',\",\,\\\,\\n,\\t.')
1 回答>>>s = 'special string: \', ", \\, \\\\, \\n, \\t' >>>s 'special string: \', ", \\, \\\\, \\n, \\t'
2 回答s = 'special string: \', ", \\, \\\\, \\n, \\t'
2 回答s='special string;
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2021-05-19
dui