Commit f060cfa5 by BellCodeEditor

save project

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