Commit 78d34ddf by BellCodeEditor

auto save

parent eb251009
Showing with 2 additions and 0 deletions
...@@ -12,9 +12,11 @@ while True: ...@@ -12,9 +12,11 @@ while True:
break break
elif name!=username: elif name!=username:
print("账号输入错误") print("账号输入错误")
print("温馨提示你还有"+str(i)+"还有次机会")
continue continue
else: else:
print("密码输入错误") print("密码输入错误")
print("温馨提示你还有"+str(i)+"还有次机会")
else: else:
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