Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f135f45

Browse files
committed
added hints
1 parent 6caec3e commit f135f45

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

‎.learn/resets/04.1-count_on/app.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
my_list = [42, True, "towel", [2,1], 'hello', 34.4, {"name": "juan"}]
3+
4+
5+
#your code go here:
6+
7+
print(hello)

‎exercises/04.1-count_on/README.es.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Como has visto en el ejercicio anterior tu lista puede ser un a mezcla de `tipos de datos` que vamos a dividir y conquistar.
44

5-
¿Serías tan amable de añadir todos los elementos con *data-type* `dict` y `list` dentro de la lista `hello`?
5+
¿Serías tan amable de añadir todos los elementos con *data-type* (tipo de dato) `dict` y `list` dentro de la lista `hello`?
66

77
## 📝 Instrucciones:
88

@@ -14,6 +14,8 @@ Como has visto en el ejercicio anterior tu lista puede ser un a mezcla de `tipos
1414

1515
## 💡 Pista:
1616

17+
+ Recuerda que puedes saber el tipo de dato de una variable o valor con la función `type`
18+
1719
Así es como puedes imprimir TODOS los elementos:
1820

1921
```py

‎exercises/04.1-count_on/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Would you be so kind to add all the items with data-type `dict` and `list` into
1414

1515
## 💡 Hint :
1616

17+
+ Remember that you can know the data-type of a variable or value with the function `type`
18+
1719
Here is how to print ALL the items.
1820

1921
```py

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /