Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Added copypasta #41

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion hello.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@

# aaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbbbbb
def helloworld():
print("What in Davy Jones’ locker did ye just bark at me, ye scurvy bilgerat? \
I’ll have ye know I be the meanest cutthroat on the seven seas, and I’ve led numerous raids on fishing villages, and pillaged over 300 wenches. I be trained in hit-and-run pillaging and be the deadliest with a pistol of all the captains on the high seas. Ye be nothing to me but another source o’ swag. \
I’ll have yer guts for garters and keel haul ye like never been done before, hear me true. You think ye can hide behind your newfangled computing device? \
Think twice on that, scallywag. As we parley I be contacting my secret network o’ pirates across the sea and yer port is being tracked right now so ye better prepare for the typhoon, weevil. \
The kind o’ monsoon that’ll wipe ye off the map. You’re sharkbait, fool. I can sail anywhere, in any waters, and can end ye in o’er seven hundred ways, and that be just with me hook and fist. \
Not only do I be top o’ the line with a cutlass, but I have an entire pirate fleet at my beck and call and I’ll darned sure use it all to wipe yer butt off o’ the world, ye dog . \
If only ye had had the foresight to know what devilish wrath your jibe was about to incur, ye might have belayed the comment. \
But ye couldn’t, ye didn’t, and now ye’ll pay the ultimate toll, you buffoon. I’ll poop fury all over ye and ye’ll drown in the depths o’ it. You’re fish food now.")
print('hello')
print("What up dude")
print("Hello")
Expand All @@ -15,7 +23,7 @@ def helloworld():
print("Hello World")
print("hallo, welt!")
print("hi")
#help me I am trapped somewhere and only have access to this terminal
#help me I am trapped somewhere and only have access to this terminal
#this
print("Hello World!")
print('helloworld')
Expand Down