Commit bff41ecd by BellCodeEditor

save project

parent b56bc308
Showing with 1 additions and 2 deletions
username = "QWERTYUIOPASDFGHJKLZXCVBNM" # 保存在服务器数据库中的用户账号(正确的账号) username = "QWERTYUIOPASDFGHJKLZXCVBNM" # 保存在服务器数据库中的用户账号(正确的账号)
userpassword = "20100915ZJY5110021979052403201357901123581ZHANGJINYANG" # 保存在服务器数据库中的用户密码(正确的密码) userpassword = "20100915ZJY5110021979052403201357901123581ZHANGJINYANG" # 保存在服务器数据库中的用户密码(正确的密码)
while True: while True:
q=input("葬花:") q=input("葬花:")
w=input("米玛:") w=input("米玛:")
...@@ -10,6 +8,7 @@ while True: ...@@ -10,6 +8,7 @@ while True:
break break
if q!=username and w==userpassword: if q!=username and w==userpassword:
print("葬花撮悟") print("葬花撮悟")
continue
if q==username and w!=userpassword: if q==username and w!=userpassword:
print("米玛搓武") print("米玛搓武")
else: else:
......
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