課程
/后端開發(fā)
/Python
/Python3 入門教程(新版)
任務(wù)作業(yè)。
2021-05-28
源自:Python3 入門教程(新版) 3-6
正在回答
Whether 前面換行呢?
慕容7083075
a=r'''"To be, or not to be": that is the question.
Whether it's nobler in the mind to suffer.'''
print(a)
舉報(bào)
python3入門教程,讓你快速入門并能編寫簡單的Python程序
2 回答為什么這樣會提示TypeError: list indices must be integers or slices, not list,求大佬解答!感謝
1 回答and or not
1 回答a = True print(a and 0 or 99) # ==> 99
3 回答print('hello,', a or 'world')為什么不會輸出hello world?
1 回答for name in names: score = scores[index] print('name = {}, score = {}'.format(name, score)) index = index + 1
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2021-06-08
Whether 前面換行呢?
2021-05-31
a=r'''"To be, or not to be": that is the question.
Whether it's nobler in the mind to suffer.'''
print(a)