Skip to content

Commit d46ac9d

Browse files
authored
hipsum (#274)
* hipsum * blacked-out * Update somefile.py
1 parent 294d908 commit d46ac9d

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

somefile.py

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
from optparse import OptionParser
2-
# Command-line options
2+
3+
# Command-line options
34
parser = OptionParser()
4-
parser.add_option("-c", "--challenge", action="store_true", dest="challenge", default=False, help="Enable challenges (disabled by default)")
5+
parser.add_option(
6+
"-c",
7+
"--challenge",
8+
action="store_true",
9+
dest="challenge",
10+
default=False,
11+
help="Enable challenges (disabled by default)",
12+
)
13+
14+
15+
def hipsum():
16+
print(
17+
"Pitchfork fixie slow-carb raw denim chillwave, chartreuse mixtape. "
18+
"Hell of banjo subway tile marfa cred shoreditch tattooed pitchfork PBR&B. Hashtag butcher church-key cred deep v. Chia you probably haven't heard of them asymmetrical godard paleo beard williamsburg raw denim synth mustache. Bicycle rights sriracha tousled narwhal pour-over YOLO ugh. Actually blog food truck normcore stumptown"
19+
)

0 commit comments

Comments
 (0)