Commit e28641ae by BellCodeEditor

save project

parent b6bf6f55
Showing with 4 additions and 0 deletions
...@@ -6,6 +6,10 @@ while True: # 保存在服务器数据库中的用户密码(正确的密码 ...@@ -6,6 +6,10 @@ while True: # 保存在服务器数据库中的用户密码(正确的密码
if a==username and b==userpassword: if a==username and b==userpassword:
print("真棒 太棒了") print("真棒 太棒了")
break break
if a!=username:
print("账号错")
if a!=userpassword:
print("密码错")
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