You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/13.1-Filter_and_list/README.es.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# `13.1`Filter list
1
+
# `13.1`Filtrar Listas
2
2
3
-
Aquí hay otro ejemplo en el se usa `filter()` en una lista en python. Este algoritmo filtra la lista `all_numbers`y retorna una nueva lista solo con los números impares:
3
+
Aquí hay otro ejemplo en el se usa `filter()` en una lista en python. Este algoritmo filtra la lista `all_numbers`y retorna una nueva lista solo con los números impares:
0 commit comments