Commit d286ff3d by BellCodeEditor

save project

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