標題:
[隨堂測驗] 計算總分及平均成績
[打印本頁]
作者:
鄭繼威
時間:
2022-3-20 23:51
標題:
[隨堂測驗] 計算總分及平均成績
本帖隱藏的內容需要回復才可以瀏覽
作者:
黃品禎
時間:
2022-3-28 18:58
a=int(input("請輸入a變數"))
b=int(input("請輸入b變數"))
print("當a="+str(a)+",b="+str(b)+"...時")
print("a+b="+str(a+b))
print("a-b="+str(a-b))
print("a*b="+str(a*b))
print("a/b="+str(a/b))
print("a%b="+str(a%b))
print("a//b="+str(a//b))
print("a**b="+str(a**b))
複製代碼
作者:
蔡幸融
時間:
2022-9-9 18:17
a=int(input("請指定國文的值為: "))
b=int(input("請指定英文的值為: "))
c=int(input("請指定數學的值為: "))
print("總分:%d 平均:%.2f"%(a+b+c, (a+b+c)/3))
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2