Commit 52dd953f by BellCodeEditor

save project

parent bb7bd713
Showing with 1 additions and 3 deletions
......@@ -12,11 +12,9 @@ while True:
if name!=username:
print("账号不存在")
continue
print("温馨提示你还有"+str(i)+"次机会")
if name!=userpassword:
print("密码错误")
continue
print("温馨提示你还有"+str(i)+"次机会")
continuerr
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