Commit d71637f6 by BellCodeEditor

save project

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