Commit f8d8a2f4 by BellCodeEditor

save project

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