Commit 48ff9811 by BellCodeEditor

save project

parent 8ac8f988
Showing with 5 additions and 3 deletions
......@@ -6,5 +6,8 @@ while True:
if usename==name and userpassword==mima:
print("登陆成功")
break
print("请重新输入")
print("欢迎来到贝尔星球")
\ No newline at end of file
if name!=usename:
print("用户名不存在请重新输入")
if userpassword!=mima:
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