Commit f1001e5a by BellCodeEditor

save project

parent 99b608fd
Showing with 1 additions and 0 deletions
...@@ -7,6 +7,7 @@ while True: ...@@ -7,6 +7,7 @@ while True:
y=input("请输入密码") y=input("请输入密码")
if x!=username: if x!=username:
print("账号输入有误,请重新输入") print("账号输入有误,请重新输入")
continue
if y!=userpassword: if y!=userpassword:
print("密码输入有误,请重新输入") print("密码输入有误,请重新输入")
if x==username and y==userpassword: if x==username and y==userpassword:
......
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