看著做的挺簡(jiǎn)單。自己做 腦袋一片空白 怎么辦?
WXaaq6zc44w
展開
|
|
學(xué)習(xí)達(dá)人
|
wzm0213
展開
|
打卡Lv1
|
8隨風(fēng)飄零8
展開
|
學(xué)習(xí)達(dá)人
|
符音大大
展開
|
打卡Lv1
|
T126375qr
展開
num={"1001":29,"1002":10,"1003":5}
name={"1001":"羊肉卷","1002":"小菜","1003":"啤酒"}
choice=input("請(qǐng)輸入菜品編號(hào)(1001,1002,1003):")
count=int(input("請(qǐng)輸入購(gòu)買數(shù)量:"))
unit_price = num[choice]
final_price = unit_price*count
final_name = name[choice]
print(f"種類:{final_name}",f"總金額:{final_price}元",f"單價(jià):{unit_price}元")
payment=float(input("請(qǐng)輸入付款金額:"))
if payment>=fina |
打卡Lv2
|
zxw790626
展開
|
承擔(dān)因您的行為而導(dǎo)致的法律責(zé)任,
本站有權(quán)保留或刪除有爭(zhēng)議評(píng)論。
參與本評(píng)論即表明您已經(jīng)閱讀并接受
上述條款。