You are on page 1of 1

password = ("realm0101")

for i in range (3, 0, -1):


pass = input("enter password")
if pass == password
break
else:
print ("incorrect try again")
if i == 1:
print ("you are locked out)
else:
print("correct login")

You might also like