We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 046a056 commit 4d85d57Copy full SHA for 4d85d57
pokedex_ascii_banner.py
@@ -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