返回列表 發帖
  1. name="ODD"
  2. n=10
  3. score=int(input(f"請輸入{name}目前的成績:"))
  4. print(f"{name}的成績:{score+n}")
複製代碼

TOP

返回列表