Skip to content

Commit

Permalink
hello world ASCII
Browse files Browse the repository at this point in the history
  • Loading branch information
lenmorld committed Oct 16, 2017
1 parent 4e6c379 commit 6169134
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions hello_world/hello_world_ASCII_1.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

str = """
_____ _____ _____ _____ _______ _____ _______ _____ _____ _____
/\ \ /\ \ /\ \ /\ \ /::\ \ /\ \ /::\ \ /\ \ /\ \ /\ \
/::\____\ /::\ \ /::\____\ /::\____\ /::::\ \ /::\____\ /::::\ \ /::\ \ /::\____\ /::\ \
/:::/ / /::::\ \ /:::/ / /:::/ / /::::::\ \ /:::/ / /::::::\ \ /::::\ \ /:::/ / /::::\ \
/:::/ / /::::::\ \ /:::/ / /:::/ / /::::::::\ \ /:::/ _/___ /::::::::\ \ /::::::\ \ /:::/ / /::::::\ \
/:::/ / /:::/\:::\ \ /:::/ / /:::/ / /:::/~~\:::\ \ /:::/ /\ \ /:::/~~\:::\ \ /:::/\:::\ \ /:::/ / /:::/\:::\ \
/:::/____/ /:::/__\:::\ \ /:::/ / /:::/ / /:::/ \:::\ \ /:::/ /::\____\ /:::/ \:::\ \ /:::/__\:::\ \ /:::/ / /:::/ \:::\ \
/::::\ \ /::::\ \:::\ \ /:::/ / /:::/ / /:::/ / \:::\ \ /:::/ /:::/ / /:::/ / \:::\ \ /::::\ \:::\ \ /:::/ / /:::/ \:::\ \
/::::::\ \ _____ /::::::\ \:::\ \ /:::/ / /:::/ / /:::/____/ \:::\____\ /:::/ /:::/ _/___ /:::/____/ \:::\____\ /::::::\ \:::\ \ /:::/ / /:::/ / \:::\ \
/:::/\:::\ \ /\ \ /:::/\:::\ \:::\ \ /:::/ / /:::/ / |:::| | |:::| | /:::/___/:::/ /\ \ |:::| | |:::| | /:::/\:::\ \:::\____\ /:::/ / /:::/ / \:::\ ___\
/:::/ \:::\ /::\____\/:::/__\:::\ \:::\____\/:::/____/ /:::/____/ |:::|____| |:::| | |:::| /:::/ /::\____\|:::|____| |:::| |/:::/ \:::\ \:::| |/:::/____/ /:::/____/ \:::| |
\::/ \:::\ /:::/ /\:::\ \:::\ \::/ /\:::\ \ \:::\ \ \:::\ \ /:::/ / |:::|__/:::/ /:::/ / \:::\ \ /:::/ / \::/ |::::\ /:::|____|\:::\ \ \:::\ \ /:::|____|
\/____/ \:::\/:::/ / \:::\ \:::\ \/____/ \:::\ \ \:::\ \ \:::\ \ /:::/ / \:::\/:::/ /:::/ / \:::\ \ /:::/ / \/____|:::::\/:::/ / \:::\ \ \:::\ \ /:::/ /
\::::::/ / \:::\ \:::\ \ \:::\ \ \:::\ \ \:::\ /:::/ / \::::::/ /:::/ / \:::\ /:::/ / |:::::::::/ / \:::\ \ \:::\ \ /:::/ /
\::::/ / \:::\ \:::\____\ \:::\ \ \:::\ \ \:::\__/:::/ / \::::/___/:::/ / \:::\__/:::/ / |::|\::::/ / \:::\ \ \:::\ /:::/ /
/:::/ / \:::\ \::/ / \:::\ \ \:::\ \ \::::::::/ / \:::\__/:::/ / \::::::::/ / |::| \::/____/ \:::\ \ \:::\ /:::/ /
/:::/ / \:::\ \/____/ \:::\ \ \:::\ \ \::::::/ / \::::::::/ / \::::::/ / |::| ~| \:::\ \ \:::\/:::/ /
/:::/ / \:::\ \ \:::\ \ \:::\ \ \::::/ / \::::::/ / \::::/ / |::| | \:::\ \ \::::::/ /
/:::/ / \:::\____\ \:::\____\ \:::\____\ \::/____/ \::::/ / \::/____/ \::| | \:::\____\ \::::/ /
\::/ / \::/ / \::/ / \::/ / ~~ \::/____/ ~~ \:| | \::/ / \::/____/
\/____/ \/____/ \/____/ \/____/ ~~ \|___| \/____/ ~~
"""

print(str)

0 comments on commit 6169134

Please sign in to comment.