Commit 088a51da by BellCodeEditor

save project

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