Last active
December 24, 2015 01:29
-
-
Save sleepygarden/6724040 to your computer and use it in GitHub Desktop.
the finger, she flips
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
# -*- coding: utf-8 -*- | |
""" | |
useage: import finger | |
finger.flip() | |
""" | |
finger = """ | |
/´¯/) | |
,/¯ / | |
/ / | |
/´¯/' '/´¯¯`·¸ | |
/'/ / /. ../¨¯\ | |
('(...´...´.... ¯~/' ..') | |
\ ' ../ | |
'' \ \ \ _.·´ | |
\ .( | |
\. .\ | |
""" | |
def flip(): | |
print finger |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment