Commit d286ff3d by BellCodeEditor

save project

parent 8421c7cf
Showing with 20 additions and 7 deletions
i=3
username = "$"
userpassword = "$"
userpassword = ""
while True:
name = input("($o$)")
password = input("(^_^)")
if name == username and password == userpassword:
print("嘿嘿嘿,请进$$$")
break
print("操,滚")
if i>0:
name = input("($o$)给点钱呗=>")
password = input("(^_^)再给点呗=>")
i-=1
if name == username and password == userpassword:
print("嘿嘿嘿,请进$$$")
break
if name != username:
print("你他妈给我美金")
print("草泥马你他妈还有"+str(i)+"次伺候你大爷我的机会")
continue
if password != userpassword:
print("你他妈给我人民币")
print("草泥马你他妈还有"+str(i)+"次伺候你大爷我的机会")
else:
print("草妈的滚蛋")
exit()
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