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
6 changes: 6 additions & 0 deletions socode.py
Original file line number Diff line number Diff line change
Expand Up @@ -1484,6 +1484,10 @@ def ncerminara(n):
phi = (1 + 5 ** 0.5) / 2
return int(round((phi ** n - (1 - phi) ** n) / 5 ** 0.5))

def sirmmo():
print "To be or not to be that is the question..."
now = time.time
return [x for x in range(1000) if now / x = 7 ]

def rafkhan():
print socode_source
Expand Down Expand Up @@ -1530,6 +1534,7 @@ def rickyc():
return "1LZNMnc2hHS9LJfJPRb7FmBhhKyKQCpWFx"



# Please consider creating your function
# some random place between two other
# functions instead of right here.
Expand Down Expand Up @@ -1590,6 +1595,7 @@ def rickyc():
djrausch()
jeffjose()
agoebel()
sirmmo()
payomdousti()
ZackMullaly()
cyclo()
Expand Down