Header Ads

Header ADS

1114.Fixed Password in python

This is  the solution of this problem in python:

k=10000
Password=2002
for i in range(1,k):
    P=int(input())
    if(P!=Password):
        print("Senha Invalida")
    else:
        print("Acesso Permitido")
        break

No comments

Powered by Blogger.