Commit cd90e29d by BellCodeEditor

save project

parent b64ed571
Showing with 7 additions and 6 deletions
......@@ -8,9 +8,10 @@ while True:
if b==d:
print("登录成功")
break
if a!=c and b==d:
if a!=c:
print("账号错误")
if a==c and b!=d:
print("密码错误")
if a!=c and b!=d:
print("密码错误,账号错误")
\ No newline at end of file
continue
if a==c:
if b!=d:
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