Commit e16a81a1 by BellCodeEditor

save project

parent 15061dc5
Showing with 16 additions and 0 deletions
name = "123"
yio = "555"
while True:
name1 = input("账号")
yio1 = input("密码")
if name == name1 and yio == yio1:
print("登录成功")
break
if name != name1:
print("账号错误")
continue
if 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