Commit dc5fd47b by BellCodeEditor

save project

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