返回列表 發帖
  1. a=int(input("請輸入成績"))
  2. print(f"原成績為{a}")
  3. b=a+20
  4. print(f"加分後{b}")

  5. del a,b
複製代碼

TOP

返回列表