Commit b02e045c by BellCodeEditor

save project

parent 67f1be44
Showing with 6 additions and 2 deletions
...@@ -6,5 +6,10 @@ while True: ...@@ -6,5 +6,10 @@ while True:
if [a,b]==[c,d]: if [a,b]==[c,d]:
print("登录成功,欢迎来到贝尔编辑器!") print("登录成功,欢迎来到贝尔编辑器!")
break break
elif a!=c and b==d:
print("账号错误")
elif a==c and b!=d:
print("密码错误")
else: else:
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