[Python] Filtrare un carattere.

Nadir Sampaoli nadirsampaoli a gmail.com
Mer 18 Mar 2015 18:20:35 CET


Il 18/mar/2015 18:18 "Nadir Sampaoli" <nadirsampaoli a gmail.com> ha scritto:
>
>     and :: Bool → Bool → Bool
>     and True _ = True
>     and _ x = x
>

Eh, scusate, intendevo:

    and :: Bool → Bool → Bool
    and False _ = False
    and _ x = x
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20150318/538cdefa/attachment.html>


Maggiori informazioni sulla lista Python