Skip to content

Commit a7e83f3

Browse files
authored
Update README.md
1 parent 70f4713 commit a7e83f3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exercises/23-list-and-tuple/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
1. Create a function called `list_and_tuple()`, that given a input of `n` numbers returns a list and a tuple of those numbers and transforms each of them into a string.
66

7+
2. Imprime la lista y en la siguiente linea la tupla.
8+
79
## 📎 Example input:
810

911
```py

0 commit comments

Comments
 (0)