Commit 6d55e108 by BellCodeEditor

save project

parent 3dc5bf2a
Showing with 1 additions and 1 deletions
...@@ -13,7 +13,7 @@ while True: ...@@ -13,7 +13,7 @@ while True:
print("不对") print("不对")
continue continue
if password !=userpassword: if password !=userpassword:
print("不对"): print("不对")
else: else:
print("滚") print("滚")
exit() exit()
......
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