Commit a8194cdb by BellCodeEditor

save project

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