diff --git a/socode.py b/socode.py index f1e3472..72d9b4d 100755 --- a/socode.py +++ b/socode.py @@ -1698,7 +1698,10 @@ def mapleray(): def romibuzi(): print "From Paris with love !" - + +def probablyjosh(): + print "ogres are like onions" + def avalanchy(): print 'Hello from avalanchy'+(1**2>>3*4%5/6<<7+8-9)*'!' @@ -1933,6 +1936,7 @@ def nikitachernov(): papachan() akkatracker() nikitachernov() + probablyjosh() # If you add a call to your function here you will # hit a merge conflict. Instead if you add your # call some place random wihin the list or at the