Skip to content

Instantly share code, notes, and snippets.

@Sanqui
Forked from kanzure/cake.py
Created January 4, 2013 10:15
Show Gist options
  • Save Sanqui/4451480 to your computer and use it in GitHub Desktop.
Save Sanqui/4451480 to your computer and use it in GitHub Desktop.
Now supports Python 3
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