Skip to content

Instantly share code, notes, and snippets.

@norek
norek / s
Created August 23, 2018 15:44
haslo = "jakieshaslo"
licznik = 0;
ilosc_bledow = 3;
while True :
print("wpisz haslo:")
x= input()
if x==haslo :
print ("witam")
break
elseif