Commit 990c0585 by BellCodeEditor

save project

parent 1632fb07
Showing with 5 additions and 2 deletions
......@@ -9,6 +9,8 @@ while True:
if a==username and b==userpassword:
print('登录成功')
break
else:
print('账号或密码错误')
if a != username:
print('账号错误')
if b != userpassword:
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