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

TOP

返回列表