Commit feff6f16 by BellCodeEditor

auto save

parent a8e72657
Showing with 28 additions and 0 deletions
i=5
mingzi='李奕隆'
mima='120804'
while True:
if i>0:
a=input('请输入账号')
b=input('请输入密码')
i-=1
if a==mingzi and b==mima:
print('登录成功')
break
else:
print('登陆失败')
print('还有',i,'次机会')
else:
print('已锁定,请携带身份证到本公司解锁。')
exit()
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