Commit 68122375 by BellCodeEditor

save project

parent edbc13a5
Showing with 4 additions and 0 deletions
......@@ -12,8 +12,12 @@ while True:
break
if name != username:
print("用户名不存在!")
if i > 0:
print('温馨提示,你还有' + str(i) + '次机会')
elif password != userpassword:
print("密码输入错误!")
if i > 0:
print('温馨提示,你还有' + str(i) + '次机会')
else:
print('你的账号已被锁定,是否找回?#是或不是')
z = input()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment