note = int(input("Note = ")) if (note < 8): print("Ajourné") else: if (note >= 10): print("Admis") else: print("Rattrapage")