返回列表 發帖
  1. a=input("請輸入數學成績:")
  2. b=input("請輸入國語成績:")
  3. c=int(a)/2+int(b)/2
  4. print("你的成績平均是"+str(c)+"分")
複製代碼

TOP

返回列表