Commit 4feb6d8c by BellCodeEditor

save project

parent d0ec0dad
Showing with 1 additions and 0 deletions
...@@ -10,6 +10,7 @@ while True: # 保存在服务器数据库中的用户密码(正确的密码 ...@@ -10,6 +10,7 @@ while True: # 保存在服务器数据库中的用户密码(正确的密码
break break
if name != username: if name != username:
print("SB名字写错了") print("SB名字写错了")
continue
if a != userpassword: if a != userpassword:
print("SB密码写错了") print("SB密码写错了")
# 如果用户输入的账号、密码正确,提示登陆成功 # 如果用户输入的账号、密码正确,提示登陆成功
......
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