Commit 69e62f4a by BellCodeEditor

save project

parent 0bad7dc5
Showing with 16 additions and 10 deletions
i=3
username="bnt" username="bnt"
userpassword = "114514" userpassword = "114514"
while True: while True:
name=input("名字") if i>0:
password=input("密码") name=input("名字")
if name==username and password==userpassword: password=input("密码")
print("你个homo") i-=1
break if name==username and password==userpassword:
if name != username: print("你个homo")
print("你个假粉") break
continue if name != username:
if password != userpassword: print("你个假粉")
print("没加胶你付出代驾的!!!!") continue
if password != userpassword:
print("没加胶你付出代驾的!!!!")
else:
print("你已经无药可救了小黑小子")
exit()
print("欢迎暗黑领主♂") 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