Commit a6d5f50c by BellCodeEditor

save project

parent 836dd19c
Showing with 7 additions and 2 deletions
...@@ -9,6 +9,10 @@ while True: ...@@ -9,6 +9,10 @@ while True:
if name==username and password==userpassword: if name==username and password==userpassword:
print("好 ==( ̄▽ ̄*)b") print("好 ==( ̄▽ ̄*)b")
break break
else: if name != username:
print("NONONONO ε(┬┬﹏┬┬)3") print("名No ㄟ( ▔, ▔ )ㄏ")
print("NONONONO ε(┬┬﹏┬┬)3")
if password != userpassword:
print("码No (╬▔皿▔)凸")
print("NONONONO ε(┬┬﹏┬┬)3")
print("欢迎 o(*≧▽≦)ツ") print("欢迎 o(*≧▽≦)ツ")
\ 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