Commit 7cb0bf05 by BellCodeEditor

save project

parent 80b809d6
Showing with 6 additions and 2 deletions
......@@ -6,8 +6,12 @@ while True:
if username ==A and usernames==b:
print("登陆成功")
break
else:
print("登陆失败,请再次输入")
if A!= username:
print("账号错误,请重新输入")
if b!= usernames:
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