Skip to content

Instantly share code, notes, and snippets.

@ethanshine1234
Last active October 5, 2016 07:55
Show Gist options
  • Save ethanshine1234/8b58d10645f933e742b0f11296b2ce27 to your computer and use it in GitHub Desktop.
Save ethanshine1234/8b58d10645f933e742b0f11296b2ce27 to your computer and use it in GitHub Desktop.
STJLOL-ES-list
from time import sleep #forget this and it will go 'error error error'
def add(lick):
print("I like that too") #it took me ages to figure this out
sleep(1)
pie = lick+"inator"
print(pie)
sleep(1)
print("or how about.....") #here is the funtion
print(lick+"azoid")
sleep(1)
print("or maybe this one....")
print(lick+"bot")
sleep(1)
print("what about this one.....")
print(lick+"tron")
sleep(1)
choice=input("which one do you like the most?")
if choice == lick+"tron":
print("yeah i liked that the most")
elif choice == lick+"azoid":
print("yeah i liked that the most")
elif choice == lick+"bot":
print("yeah i liked that the most")
elif choice == lick+"inator":
print("yeah i liked that the most")
else:
print("are you even sane?")
like = ['pizza', 'pasta', 'ice cream', 'chicken'] #this is the actual list
print("welcome to SurveyMonkey")
feel=input("How are you?")
print("...")
sleep(1)
print("...") #like in those TV shows like Dora and shtufff how they take forever to answer
sleep(1)
print("...")
sleep(1)
if feel == "good":
print("that's great!!!")
elif feel == "bad":
print("that's not my problem") #savage
else:
print("good for you")
sleep(0.5)
print(like)
add(input("Which is your favourite?")) #where you put in your choice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment