Commit 185abd1f by BellCodeEditor

save project

parent 4c94e007
Showing with 0 additions and 2 deletions
...@@ -12,11 +12,9 @@ while True: ...@@ -12,11 +12,9 @@ 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)+"次输入次数")
continue continue
else: else:
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