返回列表 發帖
  1. s=float(input("報上你的成績: "))
  2. if(s>=60):
  3.     print("恭喜你!及格了!")
  4. else:
  5.     print("不及格!斬!")
複製代碼
Allen

TOP

返回列表