Skip to content
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
5 changes: 5 additions & 0 deletions socode.py
Original file line number Diff line number Diff line change
Expand Up @@ -1778,6 +1778,10 @@ def nikitachernov():
'http://numbersapi.com/%(number)d' % {"number": random.randint(0, 9999) }
).content


def greghilston():
return 42 # The answer.

# Please consider creating your function
# some random place between two other
# functions instead of right here.
Expand Down Expand Up @@ -1906,6 +1910,7 @@ def nikitachernov():
vellamike(10)
alisnic(random.randint(1, 1024))
zonetti()
greghilston()
pocon()
caffeinewriter()
spectralshadow514()
Expand Down