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/04.1-count_on/README.es.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# `04.1` Count on
1
+
# `04.1` Count On
2
2
3
-
Como has visto en el ejercicio anterior tu lista puede ser un a mezcla de `tipos de datos` que vamos a dividir y conquistar.
3
+
Como has visto en el ejercicio anterior, tu lista puede ser una mezcla de diferentes tipos de datos.
4
4
5
-
¿Serías tan amable de añadir todos los elementos con *data-type* (tipo de dato)`dict` y `list` de la lista `my_list` en una nueva lista llamada `new_list`?
5
+
¿Serías tan amable de añadir todos los elementos con tipo de dato `dict` y `list` de la lista `my_list` en una nueva lista llamada `new_list`?
6
6
7
7
## 📝 Instrucciones:
8
8
@@ -12,7 +12,7 @@ Como has visto en el ejercicio anterior tu lista puede ser un a mezcla de `tipos
12
12
13
13
3. Imprime la variable `new_list`.
14
14
15
-
## 💡 Pista:
15
+
## 💡 Pistas:
16
16
17
17
+ Recuerda que puedes saber el tipo de dato de una variable o valor con la función `type()`
0 commit comments