Commit f47c7221 by BellCodeEditor

save project

parent d2a9da26
Showing with 17 additions and 11 deletions
i = 3
username = 'DaShuaige' username = 'DaShuaige'
userpassword = '54188' userpassword = '54188'
while True: while True:
name = input("瓦特is the名字?) if i>0:
password = input("密码是吗?") name = input("瓦特is the名字?")
if name == username and password == userpassword: password = input("瓦特is the密码?")
print("好的爸爸,以为您启动自爆模式") i -= 1
break
if name != username: if name == username and password == userpassword:
continue password != userpassword print("好的爸爸,以为您启动自爆模式")
print("李个泼该,重写用户名字!") break
if password != userpassword: if name != username:
continue password != userpassword print("李个泼该,重写用户名字!")
print("李个泼该,重写密码!") else:
print("李个泼该,重写密码!")
else:
print("鬼!你的账号疑似被黑客入侵以为您免费冰冻,不客气")
exit()
print("不是坡改?照样鬼!") print("不是坡改?照样鬼!")
\ 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