Commit 088a51da by BellCodeEditor

save project

parent 35133481
Showing with 4 additions and 3 deletions
...@@ -6,10 +6,10 @@ while True: ...@@ -6,10 +6,10 @@ while True:
if name == name1 and yio == yio1: if name == name1 and yio == yio1:
print("登录成功") print("登录成功")
break break
if name != name1: elif name != name1:
print("账号错误") print("账号错误")
continue
if yio != yio1: elif yio != yio1:
print("账号错误") print("账号错误")
else: else:
print("账号密码错误") 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