# liczba1 = int(input("podaj liczbe:"))

# if liczba1 % 3 == 0 or liczba1 % 10 == 0 or liczba1 % 77 == 0:
#     print(f"liczba {liczba1} jest podzielna przez 3 lub 10 lub 77")

# if liczba1 % 3 == 0 or liczba1 % 10 == 0 or liczba1 % 77 == 0:
#     print(f"liczba {liczba1} jest  podzielna przez 3 i 10 i  77")

# #podzial zamknienty od 0 do otwaty 100
# for i in range(0,101,100):
# #     print(i)
# i = 1000
# while i > 100:   

# # gig = int(input("podaj liczbe:"))
# # while gig > 1:
# #     print(f"giganci")
# #     gig -= 1
# #     pass

# # czas = int(input("podaj czas: "))
# # while czas > 0:
# #     print(f"czas: {czas}s")
# #     czas-=1
# #     time.sleep(1) 
# #     pass
# # print("booooom")
# import time, random
# liczik = 7
# Min = 0
# MAKS = 100
# losliczba = random.randint(Min,MAKS)
# strzal = None
# while strzal != losliczba:
#     print(f"Źle! Pozostale stzraly :{strzal}")
# strzal -=1
# # if strzal > losliczba:
# #     prit("strzal za duży")
# # elif strzal < losliczba:
# #     print("Strzal za maly")
# # if strzal == 0:
# #     print("Przegrałeś ")
# #     break
    
# import time

# # if strzal == losliczba:
# #     print("Gratuluje")

# i = 100
# while True:
#     print("RIP PC "{i})
    
# pin = int(input("podaj pin"))
# rok = int(input("podaj rok"))
# haslo =  int(input("podaj haslo"))
# pin1 = 12
# rok1 = 2012
# haslo2 = 1212
# while True:
#     input_pin = input("pin")
#     if input_pin != pin1 :
#         print("omowa dostempu")
#         continue
#     input_haslo = input("haslo")
#     continue
#     print("zalogowano")
#     break
# print("juz poza while")








































