Commit 94b63307 by BellCodeEditor

auto save

parent 947c2b10
Showing with 3 additions and 2 deletions
...@@ -6,8 +6,9 @@ while True: ...@@ -6,8 +6,9 @@ while True:
if name == username and password == userpassword: if name == username and password == userpassword:
print("登录成功!") print("登录成功!")
break break
else:
if name != username:
if name != username:
print("用户名有误") print("用户名有误")
continue continue
if password != userpassword: if password != userpassword:
......
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