def chomp( s, i, j ) : ''' Implements function chomp() for module ring question. ''' pass if ( __name__ == '__main__' ) : import t3 t3.test_chomp()