Commit 359db537 by BellCodeEditor

save project

parent 1b9d90c7
Showing with 29 additions and 0 deletions
\ No newline at end of file
oo=3
z="asd"
mima="123455"
while True:
if oo>0:
qaq=input("账号?")
qwe=input("密码")
oo-=1
if qaq==z and qwe==mima:
print("You are right.")
break
if qaq!=z:
print("账号错误")
print("剩余"+str(oo)+"次")
continue
if qwe!=mima:
print("密码错误")
print("剩余"+str(oo)+"次")
continue
else:
print("xxxxxxxxxx已锁定xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
exit()
print("hi")
\ 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