2017-08-21Python作业
_username = 101645_password = 101645
for i in range(100):
username = int(input("username:"))
password = int(input("password:"))
if username == _username and password == _password:
print("Wlcome to system")
break
if username != _username and password != _password:
print("The users and password is error")
if i == 2:
print("the system is locking")
break
页:
[1]