1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Python] Python: Haskell-like . / $

Discussão em 'Python' iniciado por Stack, Outubro 7, 2024.

  1. Stack

    Stack Membro Participativo

    In Haskell I would write:

    main = do mapM_ print . map (\x -> x^2) . filter (\x -> (mod x 2) == 0) $ [1..20]


    in Python I would have to use either many brackets or useless variables ... is there anything like . and $ in Python?

    Continue reading...

Compartilhe esta Página