Commit e27bdc76 by BellCodeEditor

save project

parent dfaa589e
Showing with 12 additions and 5 deletions
username='HK' username='HK'
userpassword='54188' userpassword='54188'
name=input("给俺输入你的用户名,俺要盗取你的信息!:") while True:
password=input("快输入你的密码,我等不及了!快!:") name=input("给俺输入你的用户名,俺要盗取你的信息!:")
if name==username and password==userpassword: password=input("快输入你的密码,我等不及了!快!:")
print("干得漂亮!现在我可以盗取你的信息了!哈哈!") if name==username and password==userpassword:
\ No newline at end of file print("干得漂亮!现在我可以盗取你的信息了!哈哈!")
break
if name!=username:
print("说实话,你输错用户名干什么?还让不让我盗号了?")
if password!=userpassword:
print("你有病啊!干嘛输错密码,还让不让我盗号了?")
print("恭喜你完蛋了!")
\ No newline at end of file
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