Commit 0444cd16 by BellCodeEditor

auto save

parent 0cad608c
Showing with 3 additions and 0 deletions
...@@ -11,10 +11,13 @@ while True: ...@@ -11,10 +11,13 @@ while True:
break break
if name!=username: if name!=username:
print("用户名错误") print("用户名错误")
print("您还有"+str(i)+"次机会")
if password!=username: if password!=username:
print("密码错误") print("密码错误")
print("您还有"+str(i)+"次机会")
else: else:
print("已锁定") print("已锁定")
exit()
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