pontszam = int(input("Kérem a pontszámot: ")) if pontszam >= 25: print("Gratulálok, átmentél!") else: print("Sajnos megbuktál.")