Commit 207315f1 by BellCodeEditor

save project

parent 5560d428
Showing with 23 additions and 0 deletions
a="python"
b="123456"
i=3
while True:
if i>0:
i-=1
aa=input("输入账号:")
if aa==a:
bb=input("输入密码:")
if bb==b:
print("登录成功")
break
else:
print("密码错误")
continue
else:
print("账号错误")
continue
else:
print("账号锁定了")
exit()
print("hhhh")
\ 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