Commit 3d340b34 by BellCodeEditor

save project

parent aff68ac1
Showing with 4 additions and 1 deletions
......@@ -6,4 +6,7 @@ while True:
if username==name and userpassword==password:
print("登陆成功")
break
print("用户密码错啦!重新输入!")
if username != name:
print("用户名错误")
if userpassword != password:
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