Commit 720222fb by BellCodeEditor

save project

parent ed6f3816
Showing with 3 additions and 0 deletions
...@@ -10,7 +10,10 @@ while True: ...@@ -10,7 +10,10 @@ while True:
print('登录成功') print('登录成功')
break break
elif q != username:
print('帐号错误')
else: else:
print('密码错误')
print('登录失败') print('登录失败')
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