Commit 45f655ee by BellCodeEditor

auto save

parent d06a44dd
Showing with 1 additions and 1 deletions
...@@ -6,7 +6,7 @@ while True: ...@@ -6,7 +6,7 @@ while True:
if name == username and password == userpassword: if name == username and password == userpassword:
print("真取") print("真取")
break break
name!=username: ename!=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