We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08fd69e commit 959417cCopy full SHA for 959417c
exercises/23-list-and-tuple/README.md
@@ -17,7 +17,7 @@ list_and_tuple(34,67,55,33,12,98)
17
('34', '67', '55', '33', '12', '98')
18
```
19
20
-## 💡 Hint:
+## 💡 Hints:
21
22
+ The number of parameters accepted by the function is not limited.
23
0 commit comments