返回列表 發帖
  1. score=int(input("請輸入你的成績"))
  2. if(score>=60):print("恭喜你!及格了!")
  3. else:print("不及格~斬!")
複製代碼

TOP

返回列表