Skip to content

Commit 959417c

Browse files
authored
Update README.md
1 parent 08fd69e commit 959417c

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
@@ -17,7 +17,7 @@ list_and_tuple(34,67,55,33,12,98)
1717
('34', '67', '55', '33', '12', '98')
1818
```
1919

20-
## 💡 Hint:
20+
## 💡 Hints:
2121

2222
+ The number of parameters accepted by the function is not limited.
2323

0 commit comments

Comments
 (0)