Commit 26ba42dd by BellCodeEditor

save project

parent 2ffe6e12
Showing with 3 additions and 1 deletions
...@@ -13,9 +13,11 @@ while True: ...@@ -13,9 +13,11 @@ while True:
break break
elif name != username: elif name != username:
print("账号名错误!请重新输入!") print("账号名错误!请重新输入!")
print("温馨提示:您还有"+str(i)+"次登录机会")
continue continue
else: else:
print("密码错误!") print("密码错误!请重新输入!")
print("温馨提示:您还有"+str(i)+"次登录机会")
else: else:
print("你的账号已被锁定,007特工,你的身份已暴露,斯大林万岁!") print("你的账号已被锁定,007特工,你的身份已暴露,斯大林万岁!")
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