Testing Octopress Sep 5th, 2013 Blog running on Octopress running on Jekyll running on Github Pages sounds like fun. 1 2 3 4 def add(x, y): print 'Adding numbers %d and %d' % (x, y) result = x + y return result