Commit 9a9c87d8 by BellCodeEditor

save project

parent 303589ef
Showing with 4 additions and 2 deletions
...@@ -9,5 +9,7 @@ while True: ...@@ -9,5 +9,7 @@ while True:
break break
if name!=username: if name!=username:
print("登录失败 用户名错误") print("登录失败 用户名错误")
continue
if word!=userpassword: if word!=userpassword:
print("登录失败 密码错误") print("登录失败 密码错误")
\ No newline at end of file continue
\ 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