Skip to content

Instantly share code, notes, and snippets.

@1fabunicorn
Created December 4, 2016 18:12
Show Gist options
  • Save 1fabunicorn/ffda5265f7543a697fc51918ba456342 to your computer and use it in GitHub Desktop.
Save 1fabunicorn/ffda5265f7543a697fc51918ba456342 to your computer and use it in GitHub Desktop.
Made for a special someone. I know its nothing to crazy
from time import sleep
cat = " A___A \n A___A |o o|\n ____ / o o \ |='=|\n___/~____ ='= /_____/ |_________\n (______)__m_m_) / ||||\n |___||||]"
def al():
print "Al, you are a wonderfull person"
sleep(4)
print "\nyou bring joy to me, and support.\nyour words feel like a big hug,"
sleep(6)
print "\n\n" + cat
sleep(.5)
print "this is TWO cats if you can't tell"
sleep(2)
print "\nanyways, stay strong, you are a wonderfull human. <3 "
al()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment