Commit 827f8019 by BellCodeEditor

save project

parent 0e6b60c3
Showing with 3 additions and 2 deletions
...@@ -6,9 +6,10 @@ while True: ...@@ -6,9 +6,10 @@ while True:
if name == a and password == b: if name == a and password == b:
print("登录成功!") print("登录成功!")
break break
if name != a and password==b: if name != a:
print(name+"是什么东西 -_-") print(name+"是什么东西 -_-")
if name==a and password!=b: continu
if password!=b:
print("登录成功 就怪了") print("登录成功 就怪了")
if name!=a and password!=b : if name!=a and password!=b :
print("NO") print("NO")
......
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