Skip to content

Commit 4d85d57

Browse files
authored
Pokedex banner in ascii
1 parent 046a056 commit 4d85d57

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pokedex_ascii_banner.py

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
def print_banner():
2+
print("\n ######")
3+
print(" # # #### # # ###### ##### ###### # #")
4+
print(" # # # # # # # # # # # #")
5+
print(" ###### # # #### ##### # # ##### ##")
6+
print(" # # # # # # # # # ##")
7+
print(" # # # # # # # # # # #")
8+
print(" # #### # # ###### ##### ###### # #")
9+
10+
11+
print_banner()

0 commit comments

Comments
 (0)