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

TOP

返回列表