Skip to content

Commit ec6e75c

Browse files
committed
update readme.es 04.1
1 parent 07c2d5c commit ec6e75c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

exercises/04.1-count_on/README.es.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ for x in my_list:
2222
1. Itera la lista dada
2323
2. Mete los tipos de datos encontrados en una nueva lista llamada `hello`
2424
3. Imprime la variable `hello`
25+
26+
# Output:
27+
28+
```py
29+
[[2, 1], {'name': 'juan'}]
30+
```

0 commit comments

Comments
 (0)