Commit c26715ed by BellCodeEditor

save project

parent 2e7f1004
Showing with 1 additions and 0 deletions
...@@ -15,6 +15,7 @@ while True: ...@@ -15,6 +15,7 @@ while True:
print("温馨提示:您还有"+str(i)+"次机会") print("温馨提示:您还有"+str(i)+"次机会")
if name != username: if name != username:
print("用户名错误") print("用户名错误")
print("温馨提示:您还有"+str(i)+"次机会")
else: else:
print("账户已锁定") print("账户已锁定")
print("登录中……") print("登录中……")
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