Skip to content

Commit

Permalink
ASCII Logo updated #7 (#8)
Browse files Browse the repository at this point in the history
* ASCII logo update

* ASCII logo update

* Logo updated with new change
  • Loading branch information
shivam-k authored and aribis369 committed Dec 15, 2017
1 parent 980e303 commit c9aabfe
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions logo.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
def printlogo():
print(" _ __ _ __ _ __ _ __ _ __ _ __ _ __")
print("| |")
print("| Whats in the News??? |")
print("| |")
print("| ##### #### #### # # |")
print("| # #*** #*** #*# |")
print("| # ### #*** #*** #*# |")
print("| ##### #### #### # # |")
print("| |")
print("| |")
print("|__ __ _ __ _ __ _ __ _ __ _ _|")
print(" _ __ _ __ _ __ _ __ _ __ _ __ _ __ _")
print("| |")
print("| _ _ _ _ |")
print("| \\/\/hats in the [|\|ews? |")
print("| |")
print("| ██████╗ ███████╗███████╗██╗ ██╗ |")
print("| ██╔════╝ ██╔════╝██╔════╝██║ ██╔╝ |")
print("| ██║ ███╗█████╗ █████╗ █████╔╝ |")
print("| ██║ ██║██╔══╝ ██╔══╝ ██╔═██╗ |")
print("| ╚██████╔╝███████╗███████╗██║ ██╗ |")
print("| ╚═════╝ ╚══════╝╚══════╝╚═╝ ╚═╝ |")
print("| |")
print("| |")
print("|__ __ _ __ _ ___ __ _ __ _ __ _|")
print(" \ /")
print(" \ /")
print(" \/")

0 comments on commit c9aabfe

Please sign in to comment.