Commit 0444cd16 by BellCodeEditor

auto save

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