Commit 575b710b by BellCodeEditor

save project

parent fd826d96
Showing with 2 additions and 2 deletions
...@@ -7,9 +7,9 @@ while True: ...@@ -7,9 +7,9 @@ while True:
if a==username and b==userpassword: if a==username and b==userpassword:
print("登录成功") print("登录成功")
break break
if a!==username: if a!=username:
print("输入的账号错误!请重新输入账号") print("输入的账号错误!请重新输入账号")
if b!==userpassword: 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