Commit 60c2de7f by BellCodeEditor

save project

parent 275e4e32
Showing with 4 additions and 0 deletions
...@@ -11,9 +11,12 @@ while True: ...@@ -11,9 +11,12 @@ while True:
break break
if c != a : if c != a :
print("用户名错误!请重新输入") print("用户名错误!请重新输入")
print("温馨提示;您还有"+str(i)+"次机会")
continue continue
if d != b : if d != b :
print("密码输入错误!请重新输入") print("密码输入错误!请重新输入")
print("温馨提示;您还有"+str(i)+"次机会")
else : else :
print ("冻结账号") print ("冻结账号")
exit() exit()
\ No newline at end of file
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