Skip to content

Instantly share code, notes, and snippets.

@mbjames
Last active October 4, 2021 15:58
Show Gist options
  • Save mbjames/1f2c74705fa37c34c2f48bf2b31a8e56 to your computer and use it in GitHub Desktop.
Save mbjames/1f2c74705fa37c34c2f48bf2b31a8e56 to your computer and use it in GitHub Desktop.
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