Commit b7c528fd by BellCodeEditor

save project

parent 9590fa42
Showing with 6 additions and 3 deletions
...@@ -8,10 +8,12 @@ while True: ...@@ -8,10 +8,12 @@ while True:
if name==username and password==userpassword: if name==username and password==userpassword:
print("ok") print("ok")
break break
if name!=username: elif name!=username:
print("错误") print("错误")
continue continue
if password!=userpassword: elif password!=userpassword:
print("错误") print("错误")
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