on

Cerca

Heus ací els resultats de la cerca.

Módulo 4 (Intermedio): Generadores
2 Resultats, Darrera modificació:
ython> short_list = ['mython', 'python', 'fell', 'on', 'the', 'floor'] new_list = list(map(lambda s: s... e> Da como salida: ['Mython', 'Python', 'Fell', 'On', 'The', 'Floor']. 7. La función ''filter(fun, l