Commit 4423abc6 by BellCodeEditor

save project

parent 1b0d10ec
Showing with 1 additions and 1 deletions
...@@ -10,7 +10,7 @@ while True: ...@@ -10,7 +10,7 @@ while True:
if MD==username and YJ==userpassword: if MD==username and YJ==userpassword:
print("登录成功!") print("登录成功!")
break break
if MD != username if MD != username
print("密码错误!") print("密码错误!")
continue continue
else: else:
......
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