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 d2357f4 commit 9749fe9Copy full SHA for 9749fe9
exercises/27-sequence-of-words/README.md
@@ -2,7 +2,7 @@
2
3
## 📝 Instructions:
4
5
-1. Write a function `sequence_of_words`, that accepts a comma separated sequence of words as input.
+1. Write a function `sequence_of_words`, that accepts a comma separated sequence of words as input (one string).
6
7
2. Print the words in a comma-separated sequence after sorting them alphabetically.
8
0 commit comments