We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93a45d8 commit 460a94aCopy full SHA for 460a94a
Beginers/strings/solution/strings.py
@@ -1,8 +1,8 @@
1
"""With this string:
2
'monty pythons flying circus'
3
4
-Create a function that returns a sorted string with no duplicate characters but
5
-include any whitespace:
+Create a function that returns a sorted string with no duplicate characters
+(keep any whitespace):
6
Example: ' cfghilmnoprstuy'
7
8
Create a function that returns the words in reverse order:
Beginers/strings/strings.py
0 commit comments