課程
/后端開發(fā)
/Python
/Python3 入門教程(新版)
age = 19
if age>=18:
? ? print("adult")
? ? print("咚咚鏘的年齡是:{}".format(age))
2021-03-18
源自:Python3 入門教程(新版) 4-1
正在回答
# Enter a code
#coding=utf-8
if age >= 18:
? ? print('adult')
? ? print('咚咚嗆今年{}歲'.format(age))
編碼問題吧,參考3-8?
舉報(bào)
python3入門教程,讓你快速入門并能編寫簡單的Python程序
1 回答為什么會(huì)有報(bào)錯(cuò)呢
1 回答為什么這樣會(huì)報(bào)錯(cuò)呢
2 回答為什么這個(gè)會(huì)報(bào)錯(cuò)呢?
1 回答為什么我在這里運(yùn)行失敗,但是用python軟件就可以
1 回答為什么運(yùn)行報(bào)錯(cuò),而且結(jié)果怎么是1呢
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2022-02-20
# Enter a code
#coding=utf-8
age = 19
if age >= 18:
? ? print('adult')
? ? print('咚咚嗆今年{}歲'.format(age))
2021-03-19
編碼問題吧,參考3-8?