Commit 2789bf74 by BellCodeEditor

save project

parent 38e9ae94
Showing with 3 additions and 1 deletions
......@@ -13,10 +13,12 @@ while True:
break
if name != username:
print("用户名不存在,请重新输入用户名")
print("您还有"+str(i) + "次登陆机会")
continue
if name != userpassword:
print("密码错误,请重新输入密码")
else
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