Digital root: Difference between revisions

→‎Composition of pure functions: Changed argument order in doc string
(→‎{{header|Python}}: Added functional composition variant)
(→‎Composition of pure functions: Changed argument order in doc string)
Line 2,573:
# tabulated :: (a -> b) -> String -> String
def tabulated(f):
'''headingfunction -> functionheading -> input List -> tabulated output string'''
def go(s, xs):
fw = compose(len)(str)
9,659

edits