Commit 9590fa42 by BellCodeEditor

save project

parent 3fca6f47
Showing with 5 additions and 2 deletions
...@@ -9,7 +9,9 @@ while True: ...@@ -9,7 +9,9 @@ while True:
print("ok") print("ok")
break break
if name!=username: if name!=username:
print("") print("错误")
continue
if password!=userpassword: if password!=userpassword:
print("ok") 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