Commit 8e103d47 by BellCodeEditor

save project

parent 17b553d8
Showing with 3 additions and 3 deletions
usename = "python"
usename = "python"
......@@ -6,10 +6,10 @@ while True:
if a==usename and b==userpassword:
print("正确")
break
if usename != a:
if a != usename:
print("账号登录失败")
continue
if userpassword != b:
if b != userpassword:
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