Skip to content

Commit 796f82b

Browse files
authored
Update README.md
1 parent dcd7b76 commit 796f82b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/29-remove-duplicate-words/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 📝 Instructions:
44

5-
1. Write a function called `remove_duplicate_words()` that accepts a sequence of whitespace separated words as input and prints the words after removing all duplicate words and sorting them alphanumerically.
5+
1. Write a function called `remove_duplicate_words()` that accepts a sequence of whitespace separated words as input and returns the words after removing all duplicate words and sorting them alphanumerically.
66

77
## 📎 Example input:
88

0 commit comments

Comments
 (0)