Commit 4218007d by BellCodeEditor

auto save

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