Commit f060cfa5 by BellCodeEditor

save project

parent d1203f02
Showing with 1 additions and 2 deletions
...@@ -10,8 +10,7 @@ while True: ...@@ -10,8 +10,7 @@ while True:
break break
elif name != username: elif name != username:
print("名字错") print("名字错")
continue else password != userpassword:
if password != userpassword:
print("密码错") print("密码错")
print("成功") print("成功")
......
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