Commit cbea7f78 by BellCodeEditor

save project

parent 4a7cb6b6
Showing with 28 additions and 0 deletions
username = "傻逼"
userpassword = "748,sb"
l=0
while True:
user=input("请输入**代号")
password=input("请输入密码")
if username==user and userpassword==password:
print("欢迎你,傻逼!")
break
elif username!=user:
print("你智商欠费了吗?")
l=l+1
else:
print("你个罪犯,去死吧!")
l=l+1
if l==3:
print("你死了!")
exit()
print("欢迎来到傻逼联盟!")
\ No newline at end of file
l=0
while True:
print("kdsjgh")
l=l+1
if l==3:
break
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