返回列表 發帖
  1. i=int(input("請輸入成績:"))
  2. print(f"原分={i}")
  3. c=i+20
  4. print(f"後分={i+20}")
複製代碼

TOP

返回列表