Commit b65943e3 by BellCodeEditor

save project

parent 4fdf01df
Showing with 3 additions and 0 deletions
......@@ -10,8 +10,11 @@ while True:
break
if name != username:
print("用户名错误,请重新输入")
print("温馨提示,还有"+str(i)+"")
continue
if password!=usepassword:
print("密码错误,请重新输入")
print("温馨提示,还有"+str(i)+"次")
else:
print("你的账号已被锁定,去拿身份证")
exit()
......
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