while input("Gib 15 ein: ") != "15":
    print("Du hast nicht 15 eingegeben.")
print("Richtig! Ende des Programms.")   
    