Commit 3b38ea2d by BellCodeEditor

save project

parent 8270c0d6
Showing with 4 additions and 1 deletions
......@@ -6,5 +6,8 @@ while True:
if a==aa and b==bb:
print("输入成功")
break
print("输入错误")
elif a!=aa:
print("账号错误")
elif b!=bb:
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