Skip to content

Commit

Permalink
Update logo.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aribis369 authored May 19, 2017
1 parent 5168f20 commit 76c074e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion logo.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
def printlogo():
print("What's in the news?GEEK!!!\n")
print(" _ __ _ __ _ __ _ __ _ __ _ __ _ __")
print("| |")
print("| Whats in the News??? |")
print("| |")
print("| ##### #### #### # # |")
print("| # #*** #*** #*# |")
print("| # ### #*** #*** #*# |")
print("| ##### #### #### # # |")
print("| |")
print("| |")
print("|__ __ _ __ _ __ _ __ _ __ _ _|")
print(" \ /")
print(" \ /")
print(" \/")

0 comments on commit 76c074e

Please sign in to comment.