Commit d5515ef5 by BellCodeEditor

save project

parent e0b878a5
Showing with 1 additions and 0 deletions
...@@ -8,6 +8,7 @@ while True: ...@@ -8,6 +8,7 @@ while True:
i-=1 i-=1
if name == un and pwd == upwd: if name == un and pwd == upwd:
print("ok") print("ok")
break
if name != un: if name != un:
print("not name") print("not name")
elif pwd != upwd: elif pwd != upwd:
......
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