Commit f6d27cb8 by BellCodeEditor

save project

parent 93ae4989
Showing with 4 additions and 2 deletions
......@@ -8,8 +8,10 @@ while True:
if username==name and userpassword==password:
print('登陆成功')
break
else:
print('登陆失败')
if username!=name:
print('用户名不存在')
if userpassword!=password:
print('密码错误')
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