Commit c150b7ee by BellCodeEditor

save project

parent c0e187cc
Showing with 3 additions and 2 deletions
...@@ -12,4 +12,5 @@ for i in range(4): ...@@ -12,4 +12,5 @@ for i in range(4):
print("登录失败 用户名错误") print("登录失败 用户名错误")
continue continue
if word!=userpassword: if word!=userpassword:
print("登录失败 密码错误") print("登录失败 密码错误")
\ No newline at end of file print("超出限制")
\ 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