返回列表 發帖
  1. a=int(input("輸入成績"))
  2. if(a>=60,a<=100):
  3.     print("及格了")
  4. else:
  5.     print("沒及格")
複製代碼

TOP

返回列表