Skip to content

Commit 33663cf

Browse files
authored
Update README.md
1 parent 2cd8b8d commit 33663cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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.
7+
2. Print the list, and in the next line, print the tuple.
88

99
## 📎 Example input:
1010

0 commit comments

Comments
 (0)