Skip to content

Instantly share code, notes, and snippets.

@sleepygarden
Last active December 24, 2015 01:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sleepygarden/6724040 to your computer and use it in GitHub Desktop.
Save sleepygarden/6724040 to your computer and use it in GitHub Desktop.
the finger, she flips
# -*- 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