Commit 7f9fa71e by BellCodeEditor

save project

parent 328ee2df
Showing with 2 additions and 0 deletions
...@@ -14,9 +14,11 @@ while True: ...@@ -14,9 +14,11 @@ while True:
break break
elif a!=username: elif a!=username:
print("账号错误,再试一次") print("账号错误,再试一次")
print("你还有"+str(i)+"次机会")
else: else:
print("密码错误,重新输入") 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