# # count=0
# # while count<10:
# #     count+=1
# #     print("ur text"+str(count))

# # liczba = int(input("Podaj liczbę: "))
# # while liczba > 0:
# #     liczba -=1
# #     print(str(liczba)+ ". Giganci Programowania")
    
# # import random
# # randomowe = random.randint(1, 10)
# # los=-1
# # proba = 0

# # while randomowe!=los:
# #     los = int(input("Podaj liczbe z zakresu 1 - 10: "))
# #     proba += 1
# #     if los < randomowe:
# #         print("Za mało!")
# #     elif los > randomowe:
# #         print("Za dużo!")
# # print("Gratulacje za "+str(proba)+(" razem."))

# import time


# bomb = int(input("Podaj liczbę: "))
# while bomb > 0:
#     bomb -=1
#     print("TYK")
#     time.sleep(1)
# print("BOOM!")
PIN = int(input("Wprowadź pin"))
ROK = int(input("Wprowadź ROK"))
HASLO = int(input("Wprowadź HASLO"))
inpin=""
inrok=""
introkuro=""
inhaslo=""

print("KONTO UTWORZONO POMYŚLNIE ZALOGUJ SIĘ ABY KORZYSTAĆ Z USŁUGI")

while PIN!=inpin or ROK!=introkuro or HASLO!=inhaslo:
    if inpin!="":
        print("NIE UDAŁO SIE ZALOGOWAĆ")
    inpin= int(input("Wprowadź pin"))
    introkuro = int(input("Wprowadź ROK"))
    inhaslo = int(input("Wprowadź HASLO"))  
    
      
print("ZALOGOWANO POMYŚLNIE!")
