返回列表 發帖
  1. score=input("請輸入你的成績:")
  2. score=int(score)
  3. if score>60:
  4.     print("及格了")
  5. if score<60:
  6.     print("不及格")
複製代碼

TOP

返回列表