From de8a6e86d79e38949171f425a33257af7a1b232e Mon Sep 17 00:00:00 2001 From: Spencer Caesare Date: Mon, 22 Apr 2013 09:34:45 -0300 Subject: [PATCH] Update socode.py Added my addition --- socode.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/socode.py b/socode.py index 7fdb2cf..ec5a9bc 100755 --- a/socode.py +++ b/socode.py @@ -556,6 +556,10 @@ def dpayne(): print 'There was an error' return False + +def smc170(): + for i in range(1, 1000): + print i if __name__ == "__main__": starefossen() @@ -615,6 +619,7 @@ def dpayne(): windspy() samlabs821() alisnic(random.randint(1, 1024)) + smc170() # as per instructed, please leave this as the final function lafin()