Commit 2dde4a74 by BellCodeEditor

save project

parent be1f72c2
Showing with 17 additions and 0 deletions
i=3
name="panjianyu"
password="123456"
while True:
if i>0:
username=input("输入账号:")
upass=input("输入密码:")
i-=1
if username==name and upass==password:
print("登入成功!")
break
if name!=username:
print("账号错误!")
else:
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