From e461ee0fd693ad272432ee078d6fe46270880b8c Mon Sep 17 00:00:00 2001 From: Marco Montanari Date: Fri, 26 Apr 2013 22:06:55 +0300 Subject: [PATCH 1/2] added sirmmo --- socode.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/socode.py b/socode.py index d5f622e..05b5a75 100755 --- a/socode.py +++ b/socode.py @@ -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 @@ -1530,6 +1534,7 @@ def rickyc(): return "1LZNMnc2hHS9LJfJPRb7FmBhhKyKQCpWFx" + # Please consider creating your function # some random place between two other # functions instead of right here. From 6bc32e75adce99f0cda460d1c4e1f163752193c4 Mon Sep 17 00:00:00 2001 From: Marco Montanari Date: Fri, 26 Apr 2013 22:07:32 +0300 Subject: [PATCH 2/2] call added --- socode.py | 1 + 1 file changed, 1 insertion(+) diff --git a/socode.py b/socode.py index 05b5a75..742b6bd 100755 --- a/socode.py +++ b/socode.py @@ -1595,6 +1595,7 @@ def rickyc(): djrausch() jeffjose() agoebel() + sirmmo() payomdousti() ZackMullaly() cyclo()