Commit 04ca4baa by BellCodeEditor

save project

parent 2cb869d0
Showing with 7 additions and 2 deletions
...@@ -9,5 +9,9 @@ while True: ...@@ -9,5 +9,9 @@ while True:
if S == username and B == userpassword: if S == username and B == userpassword:
print("bingou") print("bingou")
break break
else: # else:
print("che shuo") # print("che shuo")
if S != username:
print("账号戳了")
if B != userpassword:
print("密码戳了")
\ No newline at end of file
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