Commit 04120a6d by BellCodeEditor

save project

parent c36e8f15
Showing with 3 additions and 0 deletions
...@@ -13,11 +13,14 @@ while True: ...@@ -13,11 +13,14 @@ while True:
break break
if a!=c: if a!=c:
print("用户名错误!请重新输入") print("用户名错误!请重新输入")
print("提示:您还有"str(i)+"次登录机会")
continue continue
if a==c and b!=d : if a==c and b!=d :
print("密码错误!请重新输入") print("密码错误!请重新输入")
print("提示:您还有"str(i)+"次登录机会")
if a==c and b==d and w!=s: if a==c and b==d and w!=s:
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