Commit 69e62f4a by BellCodeEditor

save project

parent 0bad7dc5
Showing with 16 additions and 10 deletions
i=3
username="bnt"
userpassword = "114514"
while True:
name=input("名字")
password=input("密码")
if name==username and password==userpassword:
print("你个homo")
break
if name != username:
print("你个假粉")
continue
if password != userpassword:
print("没加胶你付出代驾的!!!!")
if i>0:
name=input("名字")
password=input("密码")
i-=1
if name==username and password==userpassword:
print("你个homo")
break
if name != username:
print("你个假粉")
continue
if password != userpassword:
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