Last active
October 4, 2021 15:58
-
-
Save mbjames/1f2c74705fa37c34c2f48bf2b31a8e56 to your computer and use it in GitHub Desktop.
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("###### # #") | |
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