Commit 8301e1aa by BellCodeEditor

save project

parent 83493c61
Showing with 5 additions and 1 deletions
......@@ -8,7 +8,11 @@ while True: # 保存在服务器数据库中的用户密码(正确的密码
if username == username1 and userpassword == userpassword1:
print("登入成功!")
break
print("账户或密码错误!")
if username != username1:
print("用户名错误")
if userpassword != userpassword1:
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