Commit 39c8c404 by BellCodeEditor

save project

parent 0c259b1f
Showing with 4 additions and 2 deletions
......@@ -8,9 +8,10 @@ while True: # 保存在服务器数据库中的用户密码(正确的密码
print("登入成功")
break
if name != username:
print("登入失败")
print("用户名错误")
continue
if password != userpassword:
print("登入失败")
print("密码错误")
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