Commit 07fa924f by BellCodeEditor

save project

parent 21368a3c
Showing with 5 additions and 2 deletions
...@@ -11,4 +11,7 @@ while True: ...@@ -11,4 +11,7 @@ while True:
elif name ==username and password!=userpassword: elif name ==username and password!=userpassword:
print("密码错误") print("密码错误")
elif name != userpassword and password != userpassword: elif name != userpassword and password != userpassword:
print("错误") print("错误")
\ No newline at end of file
\ 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