返回列表 發帖
  1. score = int(input("Entre your score :"))
  2. if (score >= 60):
  3.     print("Nice Work")
  4. else:
  5.     print("Improve Next Time")
複製代碼

TOP

返回列表