#!/usr/bin/python def sum(x,y): "This function just adds two numbers" return x+y print sum.__doc__