Commit 73e0f490 by BellCodeEditor

save project

parent a868848d
Showing with 1 additions and 0 deletions
...@@ -5,6 +5,7 @@ while True: ...@@ -5,6 +5,7 @@ while True:
y=input("请输入密码:") y=input("请输入密码:")
if x!=a: if x!=a:
print("账号错误!!!") print("账号错误!!!")
continue
if y!=b: if y!=b:
print("密码错误!!!") print("密码错误!!!")
if x==a and y==b: if x==a and y==b:
......
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