Commit 14c27a13 by BellCodeEditor

save project

parent 61d636de
Showing with 2 additions and 2 deletions
...@@ -9,10 +9,10 @@ while True: ...@@ -9,10 +9,10 @@ while True:
break break
if usename != name: if usename != name:
print("你输入的用户名有误") print("你输入的用户名有误")
continue
if usename != ward: if usename != ward:
print("你输入的密码有误") print("你输入的密码有误")
continue
......
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