Skip to content

Instantly share code, notes, and snippets.

@kanzure
Created January 4, 2013 08:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kanzure/4450807 to your computer and use it in GitHub Desktop.
Save kanzure/4450807 to your computer and use it in GitHub Desktop.
happy cake day to me?
lines = {
11: " / ; ,-, \\_> <<_' ____________;_)",
7: " | | .--| |,~~~~~| |~~~,,,,'-| |",
3: " ( Y Y ( )",
9: " .| |~ // ___ '-',,'.",
15: " | '-._ ~~,,, ,,,~~ __.-'~ | |",
13: " | ; '-'\_\/> '-._ |",
20: " \ `'==========='` .'",
2: " ( ) ( ) (",
8: " | |-,,~~'-'___ '-' ~~| |._",
16: " | '-.__ ~~~~~~~~~~~~ __.-' |__|",
1: " ( (",
22: " '-.__ __.-'",
18: " | '=._ __.=' |",
19: " : '=.__ __.=' |",
10: " /,'-' <_// // _ __ ~,\\",
4: " ( ) |\"| |\"| Y",
5: " Y | | | | |\"|",
17: " |\ `'----------'` _|",
14: " |\ ~,,, _\__ ,,,,,'-. |",
6: " |\"| | |.-----| |---.___ | |",
12: " | ; {(_)} _, ._>>`'-._ |",
21: " '-._ __.-'",
23: " `'-----------'`",
}
for line in lines.values():
print line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment