課程
/后端開發(fā)
/Python
/Python3 入門教程(新版)
hello與world中間有沒有空格
2023-02-21
源自:Python3 入門教程(新版) 2-2
正在回答
可以加
舉報
python3入門教程,讓你快速入門并能編寫簡單的Python程序
3 回答print('hello','world')
3 回答print('hello,', a or 'world')為什么不會輸出hello world?
1 回答print('hello,',b or 'world')的結(jié)果為什么不是('hello,', 'world')
2 回答為什么運行不出來Hello World?
1 回答b='',為什么輸出不是Hello World,而是Hello?
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)微信公眾號
2023-02-27
可以加