Commit 5f3cb267 by BellCodeEditor

save project

parent 60e56f8e
Showing with 5 additions and 2 deletions
...@@ -9,6 +9,8 @@ while True: ...@@ -9,6 +9,8 @@ while True:
if name==username and password==userpassword: if name==username and password==userpassword:
print("成功d=====( ̄▽ ̄*)b") print("成功d=====( ̄▽ ̄*)b")
break break
else: if name!=username:
print("失败(;´༎ຶД༎ຶ`)") print("名字X(;´༎ຶД༎ຶ`)")
if password!=userpassword:
print("密码X(;´༎ຶД༎ຶ`)")
print("欢迎(❤ ω ❤)") 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