Last active
May 11, 2021 22:19
-
-
Save mbjames/e9fa0e8ec9cc3a4b304649f4ea92d0d9 to your computer and use it in GitHub Desktop.
Pokemon Snap Lental Region Name In ASCII
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
def print_banner(): | |
print("\n # ######") | |
print(" # ###### # # ##### ## # # # ###### #### # #### # #") | |
print(" # # ## # # # # # # # # # # # # # ## #") | |
print(" # ##### # # # # # # # ###### ##### # # # # # # #") | |
print(" # # # # # # ###### # # # # # ### # # # # # #") | |
print(" # # # ## # # # # # # # # # # # # # ##") | |
print(" ####### ###### # # # # # ###### # # ###### #### # #### # #") | |
print_banner() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment