Commit 7dd07226 by BellCodeEditor

save project

parent f22e8e48
Showing with 24 additions and 0 deletions
i=3
i=3
name="libai"
name1="feiwu"
while True:
if i>0:
names=input("请输入用户名:")
if names!=name:
print("应户名错误")
i=i-1
print("准备好,还有"+str(i)+"次机会就要滚蛋了")
continue
namess=input("请输入密码:")
if namess!=name1:
print("MIMA错误")
i=i-1
print("准备好,还有"+str(i)+"次机会就要滚蛋了")
continue
if names==name and namess==name1:
break
if i==0:
print("滚")
exit()
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