Commit 69e62f4a by BellCodeEditor

save project

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