Commit 11c359df by BellCodeEditor

save project

parent 1e5b909d
Showing with 2 additions and 0 deletions
......@@ -7,8 +7,10 @@ while True:
if name == username and password == userpassword:
print("登陆成功")
break
continue
if name != username
print("用户名不正确,重新输入")
continue
if password != 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