Middle three digits: Difference between revisions

Content deleted Content added
Hout (talk | contribs)
m →‎{{header|Python}}: (simplified an expression – max num string length)
Hout (talk | contribs)
Line 4,034:
]
mx = max(map(compose(len)(str), xs))
# = max(len(x) for x in [str(x) for x in xs])
print (
'\n'.join([