the

Cerca

Heus ací els resultats de la cerca.

Módulo 4 (Intermedio): Generadores
13 Resultats, Darrera modificació:
y expresión_dos cuando sea falso. <code python> the_list = [] for x in range(10): the_list.append(1 if x % 2 == 0 else 0) print(the_list) </code> El código llena una lista con //unos// y... ensión de lista? Sí, por supuesto. <code python> the_list = [1 if x % 2 == 0 else 0 for x in range(10)
Módulo 4 (Intermedio): Archivos
3 Resultats, Darrera modificació:
eto útil, por ejemplo, gráficos de mapa de bits. The most important aspect of this is that in the place where we have contact with the data, we are not able to, or simply don't want to, know anything