import time
print("What is your name?")
name = input(":")
print("%s, Do you want power? " % name)
time.sleep(10)
print("")
print("Tell me your choice")
time.sleep(4)
print(" ")
print("YES or NO")
while True:
reply = input(":")
if reply == "YES":
print("Read the oath:!#@@$&$#@ @#$@ %$# *^% *% %$#%^$##$ *&%$ $##$>>:$ $#@$% #@@@$ $#@#$^&^$$&**&~$S$#@EFT$")
a = input()
if a == "!#@@$&$#@ @#$@ %$# *^% *% %$#%^$##$ *&%$ $##$>>:$ $#@$% #@@@$ $#@#$^&^$$&**&~$S$#@EFT$":
print("Happy April Fools' Day !")
break
elif reply == "NO":
print("Say the secret words and you leave")
b = input()
if b == "Happy April Fools' Day !":
break
else:
print("\033[31mTell me your choice\033[0m")
愚人节奇遇记
最新推荐文章于 2024-09-02 16:34:27 发布