Commit 7c024ec5 by BellCodeEditor

save project

parent ed95272b
Showing with 1 additions and 0 deletions
...@@ -7,6 +7,7 @@ while True: ...@@ -7,6 +7,7 @@ while True:
if q==username and userpassword==a: if q==username and userpassword==a:
print('正确') print('正确')
break
if q!=username and userpassword==a: if q!=username and userpassword==a:
print('账号错误') print('账号错误')
if q==username and userpassword!=a: if q==username and userpassword!=a:
......
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