Commit b0b428b9 by BellCodeEditor

save project

parent 4c9562c5
Showing with 4 additions and 0 deletions
......@@ -7,4 +7,8 @@ while True:
if a==username and b==userpassword:
break
print('输入错误')
if not name !=username:
print('账号错误')
if not name !=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