Commit ba860dba by BellCodeEditor

save project

parent 115504e7
Showing with 4 additions and 1 deletions
......@@ -6,7 +6,10 @@ while True:
if a== username and s==userpassword:
print("登陆成功")
break
print("登陆失败,请再来一次")
if a!=username:
print("账号错误")
if s!=userpassword :
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