Created
December 4, 2016 18:12
-
-
Save 1fabunicorn/ffda5265f7543a697fc51918ba456342 to your computer and use it in GitHub Desktop.
Made for a special someone. I know its nothing to crazy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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