Commit 977e5a16 by BellCodeEditor

save project

parent 4a7cb6b6
Showing with 22 additions and 0 deletions
i=3
bb="python"
aa="123"
while True :
if i>0
BB=input("请输入用户名")
AA=input("请输入密码")
i-=1
if bb==BB and aa==AA:
print("登录成功")
break
if BB!=bb:
print("用户名错误")
continue
if AA!=aa:
print("用户名错误")
continue
else:
print("账号锁定")
exit()
print("welcome 贝尔编程")
\ 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