Commit 4ec3027f by BellCodeEditor

save project

parent 54e46d54
Showing with 3 additions and 2 deletions
...@@ -12,9 +12,10 @@ while true : ...@@ -12,9 +12,10 @@ while true :
break break
elif: name!=username: elif: name!=username:
print("用户名错误,请重新输入") print("用户名错误,请重新输入")
continue print("温馨提升:你还有"+str(i)+"次机会")
else: passsword != userpassword 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