Board logo

標題: [隨堂測驗] 計算總分及平均成績 [打印本頁]

作者: 鄭繼威    時間: 2022-3-20 23:51     標題: [隨堂測驗] 計算總分及平均成績



本帖隱藏的內容需要回復才可以瀏覽

作者: 黃品禎    時間: 2022-3-28 18:58

  1. a=int(input("請輸入a變數"))
  2. b=int(input("請輸入b變數"))

  3. print("當a="+str(a)+",b="+str(b)+"...時")
  4. print("a+b="+str(a+b))
  5. print("a-b="+str(a-b))
  6. print("a*b="+str(a*b))
  7. print("a/b="+str(a/b))
  8. print("a%b="+str(a%b))
  9. print("a//b="+str(a//b))
  10. print("a**b="+str(a**b))
複製代碼

作者: 蔡幸融    時間: 2022-9-9 18:17

  1. a=int(input("請指定國文的值為: "))
  2. b=int(input("請指定英文的值為: "))
  3. c=int(input("請指定數學的值為: "))
  4. print("總分:%d 平均:%.2f"%(a+b+c, (a+b+c)/3))
複製代碼





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/) Powered by Discuz! 7.2