Commit 6c1028b9 by BellCodeEditor

save project

parent a775cef4
Showing with 3 additions and 1 deletions
......@@ -14,9 +14,11 @@ while True:
if name!=username:
print("用户民错误")
print("温馨提示:你还有"+str(i)+"次机会")
continue
if password!=userpassword:
print("用户密码错误")
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