Posts

Présentation de certaines fonctions built-in et itertools

by Melcore on 2024-06-08

Dans ce billet, nous verrons : **Built-in** - any() - all() - enumerate() - isinstance() - map() - next() (generateur) - sorted() - staticmethod() - zip() **Itertools** - count() - cycle() - repeat() - pairwise() - filterfalse() - product() -...