From f66b82a0b431e4c9a4cac1e2b612486c76958bfb Mon Sep 17 00:00:00 2001 From: Shadab Ahmed Date: Mon, 22 Apr 2013 15:23:27 +0530 Subject: [PATCH] Pull request from shadabahmed --- socode.py | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/socode.py b/socode.py index 7fdb2cf..2cf523a 100755 --- a/socode.py +++ b/socode.py @@ -556,7 +556,19 @@ def dpayne(): print 'There was an error' return False - + +def shadabahmed(): + str = """ + _____ _ _ _ _____ _ + / ____| | | | | | | __ \ | | +| (___ | |__ __ _ __| | __ _| |__ | |__) |___ ___| | _____ + \___ \| '_ \ / _` |/ _` |/ _` | '_ \ | _ // _ \ / __| |/ / __| + ____) | | | | (_| | (_| | (_| | |_) | | | \ \ (_) | (__| <\__ \\ +|_____/|_| |_|\__,_|\__,_|\__,_|_.__/ |_| \_\___/ \___|_|\_\___/ + +""" + print str + if __name__ == "__main__": starefossen() heinzf(False) # this thing makes it hard to make sure stuff works, doesn't it? @@ -615,6 +627,6 @@ def dpayne(): windspy() samlabs821() alisnic(random.randint(1, 1024)) - + shadabahmed() # as per instructed, please leave this as the final function lafin()