Commit 4218007d by BellCodeEditor

auto save

parent 02ff7847
Showing with 6 additions and 3 deletions
...@@ -9,5 +9,8 @@ while True: ...@@ -9,5 +9,8 @@ while True:
if a == username and b == userpassword: if a == username and b == userpassword:
print("登陆成功") print("登陆成功")
break break
else: if a != username:
print("登陆失败") print("用户名错误")
\ No newline at end of file if b != userpassword:
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