Commit 8b7462f2 by BellCodeEditor

save project

parent 57b5ea64
Showing with 27 additions and 0 deletions
b=3
while True:
if b!=0:
a=input("请输入账号。")
a1=input("请输入密码。")
b-=1
if a=="py":
if a1==123456:
break
else:
print("密码错误。")
continue
else:
print("账号错误。")
continue
else:
print("账号已锁死。")
exit()
print("登录成功。")
c=["s","w","q"]
c1=[123,345,324]
d=input("zh")
d1=input("mm")
for i in range(len(c)):
for i in range(len(c1)):
if
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