冰楓論壇
標題:
Python 程式寫作
[打印本頁]
作者:
asasbed123
時間:
2022-1-26 12:13
標題:
Python 程式寫作
媽媽和小明達成協議:
只要期中考80分以上 可以拿到100元 若高於90分每多1分可以多拿2元 98分以上多1分再多給5元 請幫媽媽設計獎金計算程式 請使用if敘述
拜託了!!
作者:
a012346790
時間:
2022-1-26 14:20
如果不需要函數的話:
2022-1-26 14:20 上傳
下載附件
(17.38 KB)
作者:
ifurther
時間:
2023-10-28 21:32
Grad 是分數
if Grad > 80:
Money = 100
if (Bolus := Grad - 98) and Bolus >= 0:
print( Money + Bolus * 5)
elif (Bolus := Grad - 90) and Bolus >= 0:
print( Money + Bolus * 2)
else:
print( Money)
else:
print( 'No moyey')
複製代碼
作者:
4399ssr
時間:
7 天前
哇,感覺很難欸,其他人很厲害
歡迎光臨 冰楓論壇 (https://bingfong.com/)
Powered by 冰楓