Skip to content

Instantly share code, notes, and snippets.

@mbjames
Created June 3, 2021 17:35
Show Gist options
  • Save mbjames/daf0a1084ada10acba43396fece4d01a to your computer and use it in GitHub Desktop.
Save mbjames/daf0a1084ada10acba43396fece4d01a to your computer and use it in GitHub Desktop.
Pokedex Name In ASCII
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