Commit 7431aa1a by BellCodeEditor

save project

parent 9bc3f541
Showing with 2 additions and 2 deletions
......@@ -9,11 +9,11 @@ while True:
print("登录成功!")
break
if n != username:
print("用户名出错")
print("还有"+i+"次机会")
input("用户名出错")
continue
if m !=userpassword:
input("密码出错")
print("密码出错")
print("还有"+i+"次机会")
else:
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