Commit a4118efd by BellCodeEditor

save project

parent 14ecdbbc
Showing with 7 additions and 1 deletions
...@@ -6,5 +6,10 @@ while True: ...@@ -6,5 +6,10 @@ while True:
if a==c and b==d: if a==c and b==d:
print("登陆成功,欢迎来到贝尔编程!") print("登陆成功,欢迎来到贝尔编程!")
break break
print("密码错误,请重新输入!!!") if a==c and b!=d :
print("密码错误,请重新输入!")
if b==d and a!=c:
print("用户名错误,请重新输入!")
if a!=c and b!=d:
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