Middle three digits: Difference between revisions

Content deleted Content added
Hout (talk | contribs)
Hout (talk | contribs)
m →‎{{header|Python}}: ( Pruned one unused import )
Line 3,853: Line 3,853:
{{Trans|Haskell}}
{{Trans|Haskell}}
<lang python>from functools import (reduce)
<lang python>from functools import (reduce)
from itertools import (chain)