Commit c7df37f3 by BellCodeEditor

save project

parent 9c7d22f1
Showing with 2 additions and 2 deletions
...@@ -10,10 +10,10 @@ while True: ...@@ -10,10 +10,10 @@ while True:
print("登录成功!") print("登录成功!")
break break
if username!=name: if username!=name:
print("该用户不存在!") print("该用户不存在!""温馨提示:你还有"+str(i)+"次机会")
continue continue
if userpassword!=password : if userpassword!=password :
print("密码错误") print("密码错误!""温馨提示:你还有"+str(i)+"次机会")
else: else:
print("该账户已冻结,请来我司解锁!") print("该账户已冻结,请来我司解锁!")
exit() 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