Commit 6e71c115 by BellCodeEditor

save project

parent 3224e9bc
Showing with 1 additions and 2 deletions
...@@ -11,10 +11,9 @@ while True: ...@@ -11,10 +11,9 @@ while True:
break break
elif name != username: elif name != username:
print("用户名输入错误") print("用户名输入错误")
continue
else: else:
print("密码输入错误") print("密码输入错误")
print("温馨提示:你还有"+str(i)+"次登陆机会") print("温馨提示:你还有"+str(i)+"次登陆机会")
else: else:
print("你的账号已被锁定") print("你的账号已被锁定")
exit() 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