[Python] Ricerca in un dizionario.

Luca luca800 a gmail.com
Gio 15 Giu 2023 12:16:27 CEST


Qualcosa del tipo ?

def find_granpa(obj, what):
    what = what.lower()
    return {k: v for k, v in obj.items() if (what in k.lower() or what in
str(v).lower())}

Il giorno mer 14 giu 2023 alle ore 22:02 Gabriele Battaglia <
iz4apu a libero.it> ha scritto:

> Ciao carissimo Giovanni, ben riletto.
>
> No, hai capito bene. Grazie.
>
> _______________________________________________
> Python mailing list
> Python a lists.python.it
> https://lists.python.it/mailman/listinfo/python
>


-- 
Luca
-------------- parte successiva --------------
Un allegato HTML รจ stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20230615/0d5aac6b/attachment.html>


Maggiori informazioni sulla lista Python