-
-
Save Sanqui/4451480 to your computer and use it in GitHub Desktop.
Now supports Python 3
This file contains hidden or 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
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