Commit a8194cdb by BellCodeEditor

save project

parent 5ab74fa3
Showing with 2 additions and 3 deletions
...@@ -7,10 +7,9 @@ while True: ...@@ -7,10 +7,9 @@ while True:
if a==username and b==userpassword: if a==username and b==userpassword:
print("登录成功") print("登录成功")
break break
if a!=username: elif a!=username:
print("MBCZ") print("MBCZ")
continue else b!=userpassword:
if b!=userpassword:
print("MMBCZ") print("MMBCZ")
print("DENGLUCHENGGONG") print("DENGLUCHENGGONG")
print("HY") print("HY")
......
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