Commit fded7b8a by BellCodeEditor

save project

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