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

TOP

返回列表