Commit 4b77349f by BellCodeEditor

save project

parent 6ba4c95e
Showing with 3 additions and 2 deletions
...@@ -12,9 +12,9 @@ while True: ...@@ -12,9 +12,9 @@ while True:
break break
if name!= username and password!=userpassword : if name!= username and password!=userpassword :
print('此病房不存在,请再次输入') print('此病房不存在,请再次输入')
if name!= username if name!= username:
print('此病房名错误,请再次输入 土鸡(→_→ 凸) ') print('此病房名错误,请再次输入 土鸡(→_→ 凸) ')
if password!=userpassword : if password!=userpassword:
print('此病房密码错误,请再次输入 土狗(〝▼皿▼)') print('此病房密码错误,请再次输入 土狗(〝▼皿▼)')
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