Commit f6beda4e by BellCodeEditor

save project

parent 7e9f45f9
Showing with 3 additions and 0 deletions
......@@ -11,8 +11,11 @@ while True:
elif name != username:
print("用户名错误!请重新输入")
i-=1
print("你还剩余"+str(i)+"次登陆机会")
else:
print("密码错误!请重新输入")
i-=1
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