Commit 3bc8f60c by BellCodeEditor

save project

parent 37be0237
Showing with 3 additions and 1 deletions
......@@ -11,11 +11,13 @@ while True:
break
if name!=username:
print("请重新输入用户名")
print(str(i))
continue
if password !=userpassword:
print("请重新输入密码")
print(str(i))
else:
print("你的帐号已被锁定")
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