Commit b3dfef50 by BellCodeEditor

save project

parent 6c8abd7a
Showing with 3 additions and 0 deletions
...@@ -8,8 +8,10 @@ while True: ...@@ -8,8 +8,10 @@ while True:
break break
elif name!=unname: elif name!=unname:
print("用户名错误,请重新输入") print("用户名错误,请重新输入")
continue
elif mm!=unmm: elif mm!=unmm:
print("密码错误,请重新输入") print("密码错误,请重新输入")
continue
elif mm!=unmm and name!=unname: elif mm!=unmm and name!=unname:
print("都错了,你滚!") print("都错了,你滚!")
print("欢迎来到悍匪窝") 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