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
4 changes: 4 additions & 0 deletions socode.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ def sricola():
def bencooling():
print "I don't know Python; I don't belong here"
zachlatta()

def chrisfinne():
print "I don't know Python either, but it is 4am and I'm very good at procrastinating."

def kisom():
def zgohr(city):
Expand Down Expand Up @@ -570,6 +573,7 @@ def dpayne():
evinugur()
JesseAldridge()
bencooling()
chrisfinne()
sricola()
kisom()
ncammarata()
Expand Down