Commit ad1b8c72 by BellCodeEditor

save project

parent b3dfef50
Showing with 1 additions and 6 deletions
...@@ -8,10 +8,6 @@ while True: ...@@ -8,10 +8,6 @@ while True:
break break
elif name!=unname: elif name!=unname:
print("用户名错误,请重新输入") print("用户名错误,请重新输入")
continue else:
elif mm!=unmm:
print("密码错误,请重新输入") print("密码错误,请重新输入")
continue
elif mm!=unmm and name!=unname:
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