Commit df5e7da9 by BellCodeEditor

save project

parent d1b14ec4
Showing with 3 additions and 3 deletions
...@@ -11,15 +11,15 @@ while True: ...@@ -11,15 +11,15 @@ while True:
break break
if name != username: if name != username:
print("用户名有误") print("用户名有误")
print("温馨提示用户名错误:您还有"+str(i)+"次机会")
continue continue
if password != userpassword: if password != userpassword:
print("密码有误") print("密码有误")
print("温馨提示密码错误:您还有"+str(i)+"次机会")
else: else:
print("你的账号已锁定") print("你的账号已锁定")
exit()
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