Commit 9b745737 by BellCodeEditor

auto save

parent 3e78bc4d
Showing with 10 additions and 1 deletions
......@@ -11,7 +11,16 @@ if sb=="Jzh" and sp=="1314520":
print("登录成功")
else:
if sb!="Jzh" and sp=="1314520":
print("用户名错误")
if sb=="Jzh" and sp!="1314520":
print("密码错误")
else:
print("登录失败")
......
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