Commit 4c77d19c by BellCodeEditor

save project

parent 4ce966e1
Showing with 19 additions and 0 deletions
i=4
username = "python"
userpassword = "123456"
while True:
i=i-1
if i>0:
lll = input("请输入:")
ppp = input("请输入暗号:")
if lll == username and ppp == userpassword:
break
print("欢迎来到地下军火黑市")
if lll != username and ppp!= userpassword:
print("等"+str(i)+"秒干他")
else:
print("哒")
print("你牺牲了")
exit()
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