Commit 6d57d337 by BellCodeEditor

save project

parent b4b6531a
Showing with 4 additions and 6 deletions
...@@ -8,16 +8,14 @@ while True: ...@@ -8,16 +8,14 @@ while True:
print("登陆成功") print("登陆成功")
print("-"*30) print("-"*30)
break break
if usename!=name and usemima==mima: if usename!=name :
print("账户名错误❌") print("账户名错误❌")
print("登陆失败") print("登陆失败")
print("-"*30) print("-"*30)
if usename==name and usemima=mima: continue
if usemima!=mima :
print("密码错误❌") print("密码错误❌")
print("登陆失败") print("登陆失败")
print("-"*30) print("-"*30)
else:
print("账户名和密码都错误❌")
print("登陆失败")
print("-"*30)
print("欢迎来到对抗路") print("欢迎来到对抗路")
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